-
Notifications
You must be signed in to change notification settings - Fork 392
Open
Labels
A-Migration GuidesC-CorrectionA typo, problem or factual issue in what we've writtenA typo, problem or factual issue in what we've writtenS-Ready-For-ImplementationThe core questions are answered: just add codeThe core questions are answered: just add code
Description
Describe the issue
The code in the onenter-state-schedules-now-run-before-startup-schedules
section appears to be incorrect. In 0.14 (Solution 2)
, AppState::Setup
and AppState::InitialSetup
are not defined in enum AppState
. It's not clear what the intended solution is.
Proposed Solution
Define those enum members if that's the intended solution. I'm not sure whether it is. Otherwise, change those states to something else, whatever the intended solution is.
Metadata
Metadata
Assignees
Labels
A-Migration GuidesC-CorrectionA typo, problem or factual issue in what we've writtenA typo, problem or factual issue in what we've writtenS-Ready-For-ImplementationThe core questions are answered: just add codeThe core questions are answered: just add code