⬇️(deps) downgrade @types/react to 18.2.21
It was causing compilation issue when using React.StrictMode, see this https://github.com/DefinitelyTyped/DefinitelyTyped/issues/66841
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
"@testing-library/react": "14.0.0",
|
||||
"@testing-library/user-event": "14.5.1",
|
||||
"@types/jest": "29.5.5",
|
||||
"@types/react": "18.2.23",
|
||||
"@types/react": "18.2.21",
|
||||
"@types/react-dom": "18.2.8",
|
||||
"@vitejs/plugin-react": "4.1.0",
|
||||
"@vitest/coverage-c8": "0.33.0",
|
||||
|
||||
Reference in New Issue
Block a user