Last active
July 8, 2020 22:01
-
-
Save h-jennings/1c67aefdffc553d042a7a23a14c55a90 to your computer and use it in GitHub Desktop.
MWR_PANEL*
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MWR_PANEL* | |
IDLE* | |
click -> FETCHING_DATA | |
fetch -> FETCHING_DATA | |
FETCHING_DATA | |
success -> COMPONENT_HYDRATED | |
fail -> ERROR | |
ERROR | |
retry -> FETCHING_DATA | |
COMPONENT_HYDRATED | |
click -> FETCHING_DATA |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment