⬇️(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:
@@ -14,7 +14,7 @@
|
||||
"@openfun/cunningham-react": "*",
|
||||
"@openfun/cunningham-tokens": "*",
|
||||
"@openfun/typescript-configs": "*",
|
||||
"@types/react": "18.2.23",
|
||||
"@types/react": "18.2.21",
|
||||
"@types/react-dom": "18.2.8",
|
||||
"@vitejs/plugin-react": "4.1.0",
|
||||
"react": "18.2.0",
|
||||
|
||||
Reference in New Issue
Block a user