Enable Strict Mode in new create-next-app projects (#25696)

This commit is contained in:
Gerald Monaco 2021-06-02 03:08:54 -07:00 committed by GitHub
parent 58a4482f75
commit 1ee97b3c5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
module.exports = {
reactStrictMode: true,
}

View file

@ -0,0 +1,3 @@
module.exports = {
reactStrictMode: true,
}