Downgrade react-virtuoso to v4.9.0
Starting with v4.10.0, restoring a grid state, which was scrolled down, causes a "Rendered more hooks than during the previous render." error
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
"@emotion/styled": "11.13.0",
|
||||
"@fontsource/roboto": "5.0.14",
|
||||
"@loadable/component": "5.16.4",
|
||||
"@mui/icons-material": "^6.0.2",
|
||||
"@mui/material": "^6.0.2",
|
||||
"@mui/icons-material": "6.0.2",
|
||||
"@mui/material": "6.0.2",
|
||||
"@mui/x-date-pickers": "7.15.0",
|
||||
"apollo-upload-client": "17.0.0",
|
||||
"dayjs": "1.11.13",
|
||||
@@ -59,7 +59,7 @@
|
||||
"react-i18next": "15.0.1",
|
||||
"react-lazily": "0.9.2",
|
||||
"react-router-dom": "6.26.1",
|
||||
"react-virtuoso": "4.10.2",
|
||||
"react-virtuoso": "4.9.0",
|
||||
"sanitize-html": "2.13.0",
|
||||
"stylis": "4.3.4",
|
||||
"stylis-plugin-rtl": "2.1.1",
|
||||
|
||||
12
yarn.lock
12
yarn.lock
@@ -2678,14 +2678,14 @@
|
||||
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-6.0.2.tgz#edaec4015e440b55d535a805bd9dcec7e421d6ce"
|
||||
integrity sha512-Cg68oOlAfbJgMgvbCwcX3Y3HdygCl6X1nREYTdEWcEKUQhNarrC45Cc35mP+zA7p3ZXE/7FLiaTCCgwuSoef/Q==
|
||||
|
||||
"@mui/icons-material@^6.0.2":
|
||||
"@mui/icons-material@6.0.2":
|
||||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-6.0.2.tgz#fc0fba40421eb6d44f1266b53f9d5e51b67df42b"
|
||||
integrity sha512-WaTPSvKcx8X7NdWAHzJWDZv+YXvK0MUY8+JI/r4/q2GgIa5RW+n4+08CGX6jB7sWhU1R3zy28NfsDUwwQjOThw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.25.0"
|
||||
|
||||
"@mui/material@^6.0.2":
|
||||
"@mui/material@6.0.2":
|
||||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@mui/material/-/material-6.0.2.tgz#58a3a58d126b1b4ceb842aac401e20542ab0c17e"
|
||||
integrity sha512-KrnkJFSyhsAh8V30DNUbWyRyxMi4ZHjFg1ikQGx+mUAIffFTYIEx9Q+Kxd3vCT0FUFGOmbsuh6F6yRhpybsjkg==
|
||||
@@ -6726,10 +6726,10 @@ react-transition-group@^4.4.5:
|
||||
loose-envify "^1.4.0"
|
||||
prop-types "^15.6.2"
|
||||
|
||||
react-virtuoso@4.10.2:
|
||||
version "4.10.2"
|
||||
resolved "https://registry.yarnpkg.com/react-virtuoso/-/react-virtuoso-4.10.2.tgz#a27308a3c4cfeb24722032acc0b6a46055c26967"
|
||||
integrity sha512-os6n9QKeKRF+8mnQR/vGy/xrFf6vXIzuaAVL54q5k2st2d5QIEwI+KDKaflMUmMvnDbPxf68bs+CF5bY3YI7qA==
|
||||
react-virtuoso@4.9.0:
|
||||
version "4.9.0"
|
||||
resolved "https://registry.yarnpkg.com/react-virtuoso/-/react-virtuoso-4.9.0.tgz#d8d424ebedfbc581a2ccd20b7d7739455918aeb5"
|
||||
integrity sha512-MiiSGKqvYPfAK3FUe852n2L3M5IXMKP0pUgYQ/UTk90A/l2UNQOvaEUvAZp+0ytL0kOCNk8i8/J8FMKvIq7kqg==
|
||||
|
||||
react@18.3.1:
|
||||
version "18.3.1"
|
||||
|
||||
Reference in New Issue
Block a user