We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In this example there are two liveviews, HomeLive and DummyLive. In HomeLive, there are two buttons To dummy and Toggle.
To dummy
Toggle
I think the destroyed callback should not be called twice. Is this a bug?
The text was updated successfully, but these errors were encountered:
Beyond this, using your example, if you toggle the modal open and closed 6 times, the navigate triggers 6 destroyed callbacks.
Sorry, something went wrong.
No branches or pull requests
Environment
Actual behavior
https://github.com/rapidfsub/bird/tree/develop
https://github.com/rapidfsub/bird/tree/feature/rc7
In this example there are two liveviews, HomeLive and DummyLive.
In HomeLive, there are two buttons
To dummy
andToggle
.Toggle
button, then "mounted" will be printed in js consoleTo dummy
, then "destroyed" will be printed (only in develop branch)Expected behavior
I think the destroyed callback should not be called twice.
Is this a bug?
The text was updated successfully, but these errors were encountered: