Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: case when CSS removed immediately but due to spinner cloned node… #429

Merged
merged 1 commit into from
Jul 5, 2022

Conversation

b1ff
Copy link
Contributor

@b1ff b1ff commented Jul 5, 2022

… of application is still alive.

Generic logic of ILC when spinner is enabled is that app is unmounted, but original app node is cloned in DOM and alive while spinner is in progress. That is why if spinner is enabled CSS should not be removed from DOM immediately, instead we need to wait for all transitions and remove CSS only then.

… of application is still alive.

Generic logic of ILC when spinner is enabled is that app is unmounted, but original app node is cloned in DOM and alive while spinner is in progress. That is why if spinner is enabled CSS should not be removed from DOM immediately, instead we need to wait for all transitions and remove CSS only then.
@b1ff b1ff requested review from ALjean and blackrabbit99 July 5, 2022 14:34
@b1ff b1ff merged commit 3d58c6f into master Jul 5, 2022
@b1ff b1ff deleted the feature/correct-css-unmount branch July 5, 2022 14:55
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants