We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
overrides
1 parent a626525 commit 1809417Copy full SHA for 1809417
1 file changed
package.json
@@ -117,12 +117,11 @@
117
"postcss": "^8.5.6",
118
"tailwindcss": "^4.1.16",
119
"vite": "^7.1.12"
120
+ },
121
+ "overrides": {
122
+ "react-helmet-async": {
123
+ "react": "$react",
124
+ "react-dom": "$react-dom"
125
+ }
126
}
-},
-"overrides": {
- "react-helmet-async": {
- "react": "$react",
- "react-dom": "$react-dom"
- }
127
-}
128
0 commit comments