Skip to content

Commit 86efc61

Browse files
authored
Merge pull request #48722 from Nodebrute/strictmode
disable strict mode
2 parents 7f26cf8 + 86f8ee4 commit 86efc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CONFIG.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ export default {
9797
},
9898
GCP_GEOLOCATION_API_KEY: googleGeolocationAPIKey,
9999
// to read more about StrictMode see: contributingGuides/STRICT_MODE.md
100-
USE_REACT_STRICT_MODE_IN_DEV: true,
100+
USE_REACT_STRICT_MODE_IN_DEV: false,
101101
} as const;

0 commit comments

Comments
 (0)