-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Destroy application on unmount #542
Destroy application on unmount #542
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit f3cc9e5:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only thing I'm really uncertain of here is why the entire queue is called when an init is requested for a single Application. If that is necessary, though, the rest seems fine.
I've tested this PR in a personal project and it handles the issues I was facing, it works well for me! |
Really looking forward v8 beeing a tad more stable; i'm also suffering from this; any way to help move this branch/the project forward ? happy to help |
@rvion this comment will provide more context. |
Signed-off-by: Trezy <[email protected]>
Signed-off-by: Trezy <[email protected]>
Signed-off-by: Trezy <[email protected]>
🎉 This PR is included in version 8.0.0-beta.15 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description of change
<Application>
will now be destroyed when unmounted.Pre-Merge Checklist
npm run lint
)npm run test
)