- Notifications
You must be signed in to change notification settings - Fork928
chore(site): enable React'sStrictMode
#13399
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Parkreiner commentedMay 29, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Gonna start looking at this when I get back tomorrow, but one thing I'm going to double-check is our state (limiting non-deterministic inputs so that renders stay pure) and effects (making sure everything has a cleanup function if it makes sense) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I think it is ok to merge since integration and e2e tests are passing 👍
Parkreiner commentedMay 30, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Did a quick scan for our current
|
@Parkreiner how did you find those issues? I'm very interested if you have some methodology for that. |
Parkreiner commentedMay 30, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@BrunoQuaresma There's not really a methodology. All I did was do a search for the regex |
@Parkreiner I created a new issue to track those issues. I'll look into them tomorrow, but it'll be as a separate PR. |
79fd736
intomainUh oh!
There was an error while loading.Please reload this page.
As we talked about last week: let's enable strict mode! might help us catch some bugs, shouldn't affect production users. :)