fix(core): use ResizeObserver polyfill (#6360)

- Close https://github.com/toeverything/AFFiNE/issues/6359
This commit is contained in:
Brooooooklyn
2024-03-28 10:48:22 +00:00
parent c2847e2082
commit 7cd75824a4
7 changed files with 5 additions and 14 deletions

View File

@@ -341,6 +341,7 @@ __metadata:
"@emotion/react": "npm:^11.11.3"
"@emotion/server": "npm:^11.11.0"
"@emotion/styled": "npm:^11.11.0"
"@juggle/resize-observer": "npm:^3.4.0"
"@marsidev/react-turnstile": "npm:^0.5.3"
"@perfsee/webpack": "npm:^1.12.2"
"@pmmmwh/react-refresh-webpack-plugin": "npm:^0.5.11"
@@ -827,7 +828,6 @@ __metadata:
"@affine/component": "workspace:*"
"@affine/core": "workspace:*"
"@affine/env": "workspace:*"
"@juggle/resize-observer": "npm:^3.4.0"
"@sentry/react": "npm:^7.108.0"
"@types/react": "npm:^18.2.60"
"@types/react-dom": "npm:^18.2.19"