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

Storing transition deregistration functions #11

Open
czajkowski opened this issue Feb 3, 2020 · 0 comments
Open

Storing transition deregistration functions #11

czajkowski opened this issue Feb 3, 2020 · 0 comments

Comments

@czajkowski
Copy link

const removeHooksFunctions: Function[] = [];

Could you please explain why is it needed to keep all the deregistration function?

If I understand this correctly, this array (removeHooksFunctions) will gather all the deregistration functions for all transitions triggered during the router lifetime. Do we need them even after the transitions are finished?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant