-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Add React.StrictMode to default templates #8558
Conversation
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.
Let's move these into the index file and wrap the rendering of App there. Also it looks like Prettier wasn't run on commit.
@connkat let us know if you need any help with that change. |
@connkat are you able to update the PR with the suggestions? If not no worries we can get 'er fixed up! |
@ianschmitz I can totally get this done by the weekend! Got distracted with some other things IRL but should have the PR up by Sat. |
ecccbc2
to
af82b63
Compare
Thank you @connkat! I made a few small changes — looks like you forgot to revert the changes in |
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.
Great work, thanks @connkat - @ianschmitz I think this is good to go.
I'm just working on fixing CI in master. |
Thanks! |
Added in
<React.StrictMode>
tags to the default templates.Closes #8557