mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
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:
co-authored by
Claude Opus 4.6
parent
ba17f34091
commit
a70c04c6fc
@@ -64,7 +64,7 @@ export default defineConfig({
|
||||
checkV8Urls(),
|
||||
react({
|
||||
babel: {
|
||||
plugins: [['babel-plugin-react-compiler', { target: '18' }]],
|
||||
plugins: [['babel-plugin-react-compiler', { target: '19' }]],
|
||||
},
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user