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
2.7.14
codesandbox.io
Click "add key" and "decrease key", or just wait 10s.
The activated lifehook behaved different in async component, sync component and dynamic component.
Activated lifehook is called in async component,
or just behave in the same way.
When using async component, activated lifehook is not called when loaded for the first time.
When using dynamic component, activated lifehook is never called after mounted.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
2.7.14
Reproduction link
codesandbox.io
Steps to reproduce
Click "add key" and "decrease key", or just wait 10s.
The activated lifehook behaved different in async component, sync component and dynamic component.
What is expected?
Activated lifehook is called in async component,
or just behave in the same way.
What is actually happening?
When using async component, activated lifehook is not called when loaded for the first time.
When using dynamic component, activated lifehook is never called after mounted.
The text was updated successfully, but these errors were encountered: