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:
schroda
2024-09-06 20:07:14 +02:00
parent 12d12ccc48
commit 088910d511
2 changed files with 9 additions and 9 deletions

View File

@@ -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",