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

Prevent reload when component is being destroyed #69

Merged
merged 1 commit into from
Oct 31, 2018

Conversation

dipil-saud
Copy link
Contributor

When transitioning to another route, the didUpdateAttrs() hook is called first for computed data which debounce schedules the _reload() hook which is then called after the component is destroyed thus spitting an error to the console.

When transitioning to another route, the didUpdateAttrs() hook is called first for computed data which debounce schedules the _reload() hook which is then called after the component is destroyed thus spitting an error to the console.
@maxwondercorn maxwondercorn merged commit 25581b3 into Glavin001:master Oct 31, 2018
@maxwondercorn maxwondercorn mentioned this pull request Nov 1, 2018
11 tasks
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

Successfully merging this pull request may close these issues.

2 participants