Skip to content

Commit

Permalink
Merge pull request #48722 from Nodebrute/strictmode
Browse files Browse the repository at this point in the history
disable strict mode
  • Loading branch information
tgolen authored Sep 6, 2024
2 parents 7f26cf8 + 86f8ee4 commit 86efc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CONFIG.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ export default {
},
GCP_GEOLOCATION_API_KEY: googleGeolocationAPIKey,
// to read more about StrictMode see: contributingGuides/STRICT_MODE.md
USE_REACT_STRICT_MODE_IN_DEV: true,
USE_REACT_STRICT_MODE_IN_DEV: false,
} as const;

0 comments on commit 86efc61

Please sign in to comment.