Skip to content
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

Component onUnmounted gets called too easily #18

Open
ReneDrie opened this issue Oct 21, 2021 · 2 comments
Open

Component onUnmounted gets called too easily #18

ReneDrie opened this issue Oct 21, 2021 · 2 comments
Assignees
Labels
Bug Something isn't working Info Needed More info is needed to resolve the issue

Comments

@ReneDrie
Copy link
Collaborator

Currently if you set an element to display: none, all components within will become unMounted. I don't think that's the desired outcome as we want to toggle a lot usually.

@psimk psimk added the Bug Something isn't working label Oct 21, 2021
@psimk
Copy link

psimk commented Oct 21, 2021

@ReneDrie Could you create an example showcasing the issue on http://codesandbox.io/ ?

ThaNarie added a commit that referenced this issue Nov 15, 2021
Does currently work correctly, more info is needed in the ticket

re #18
@ThaNarie ThaNarie added the Info Needed More info is needed to resolve the issue label Nov 15, 2021
@ThaNarie
Copy link
Contributor

Added a test case story, but could not reproduce this.

Most likely there are some additional factors involved, so it would be useful to get more information so we can reproduce it.

@ThaNarie ThaNarie changed the title Component onUnmounted gets called to easily Component onUnmounted gets called too easily Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Info Needed More info is needed to resolve the issue
Projects
None yet
Development

No branches or pull requests

3 participants