fix: css hydration error (#1397)

This commit is contained in:
Himself65
2023-03-07 17:08:33 -06:00
committed by GitHub
parent e5e3dceee8
commit b976ac8084
8 changed files with 38 additions and 144 deletions

View File

@@ -23,12 +23,10 @@
"@mui/base": "5.0.0-alpha.119",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.11",
"@mui/styled-engine-sc": "^5.11.11",
"lit": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"styled-components": "^5.3.8"
"react-is": "^18.2.0"
},
"devDependencies": {
"@storybook/addon-actions": "7.0.0-beta.60",