You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug or question
When mount promise doesn't resolve or reject, since I have a mount max timeout set , my application is moved to SKIP_BECAUSE_BROKEN state, in the docs recommend to call unloadApplication to force the NOT_LOADED state in order to retry the mount again.
However, the docs also mention that the application MUST implement the unload lifecycle function, which react doesn't have.
To Reproduce
When calling unloadApplication, application doesn't switch to NOT_LOADED state, because unload doesn't exist.
Expected behavior
When calling unloadApplication, application should switch to NOT_LOADED state and retry the mount.
The text was updated successfully, but these errors were encountered:
Describe the bug or question
When mount promise doesn't resolve or reject, since I have a mount max timeout set , my application is moved to SKIP_BECAUSE_BROKEN state, in the docs recommend to call unloadApplication to force the NOT_LOADED state in order to retry the mount again.
However, the docs also mention that the application MUST implement the unload lifecycle function, which react doesn't have.
To Reproduce
When calling unloadApplication, application doesn't switch to NOT_LOADED state, because unload doesn't exist.
Expected behavior
When calling unloadApplication, application should switch to NOT_LOADED state and retry the mount.
The text was updated successfully, but these errors were encountered: