-
Notifications
You must be signed in to change notification settings - Fork 137
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
Rename strict flag to strictMode #1383
Conversation
88ec912
to
ca451aa
Compare
packages/util/tests/integration/helpers/ensure-safe-component-test.js
Outdated
Show resolved
Hide resolved
This seems like potentially a good bug fix but the way you're describing and testing it here is deeply misleading. There is never, ever a reason to use ensure-safe-component in strict mode. The existing leaves strict mode templates alone test is all you need. If it turns out it's really supposed to use |
yeah, I've discovered that the RFC was the only one using |
For the record: I just synced with Preston, as I also came to the conclusion when debugging #1382 that the reason for this was this mix up of the name of the strict mode flag. In the addon's dist output I had |
Turns out we've had a discrepancy between strict and strictMode 🙃
There is another option to rename all the
strictMode
things tostrict
, but I think this would be more disruptive.