Merged in fix/external-react-hook-form (pull request #2510)
Mark react-hook-form as external in design-system * Mark react-hook-form as external in design-system Approved-by: Joakim Jäderberg Approved-by: Linus Flood
This commit is contained in:
@@ -140,7 +140,8 @@
|
||||
"@radix-ui/react-slot": "^1.2.2",
|
||||
"react": "^19.1.0",
|
||||
"react-aria-components": "^1.8.0",
|
||||
"react-dom": "^19.1.0"
|
||||
"react-dom": "^19.1.0",
|
||||
"react-hook-form": "^7.56.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
|
||||
@@ -46,6 +46,7 @@ export default defineConfig({
|
||||
'react-dom',
|
||||
'react/jsx-runtime',
|
||||
'react-aria-components',
|
||||
'react-hook-form',
|
||||
],
|
||||
onwarn(warning, defaultHandler) {
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user