fix(site): upgrade to React 19 to resolve invalid hook call (#597)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-02-24 13:55:21 -06:00
committed by GitHub
co-authored by Claude Opus 4.6
parent ba17f34091
commit a70c04c6fc
4 changed files with 40 additions and 50 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ export default defineConfig({
checkV8Urls(),
react({
babel: {
plugins: [['babel-plugin-react-compiler', { target: '18' }]],
plugins: [['babel-plugin-react-compiler', { target: '19' }]],
},
}),
],