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
4.0.2
https://playcode.io/2226769
Change STRICT_MODE to true
Some performance drop thanks to strict mode
The performance drop is much bigger, because 'enableStringMode' creates watchers and never stops them
Dynamically registering modules makes things worse since it resets the store and creates even more watchers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
4.0.2
Reproduction link
https://playcode.io/2226769
Steps to reproduce
Change STRICT_MODE to true
What is expected?
Some performance drop thanks to strict mode
What is actually happening?
The performance drop is much bigger, because 'enableStringMode' creates watchers and never stops them
Dynamically registering modules makes things worse since it resets the store and creates even more watchers
The text was updated successfully, but these errors were encountered: