-
Notifications
You must be signed in to change notification settings - Fork 65
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: devtools being blocked in strict mode #531
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
For strict mode, I think it might be a good idea to provide documentation the same as v1.0. Like adding this to the |
Hi |
I think major would be a 3.x.x, 2.1.x should be a "feature" level release. This being a fix could've translated into a quick 2.0.1 also 😁 |
Correct, I meant minor 2.1.0. Thanks for correcting! :) |
Types of changes
Description
Fix devtools being blocked when strict mode is enabled
88dbb4c the existing documentation has been removed, so it should work the same in strict mode as in none-strict mode
ref: #487
Checklist: