Remove ResizeObserver polyfill

All major browsers support it out of the box, nowadays.
This commit is contained in:
Robin
2024-07-09 11:54:13 -04:00
parent 995b4c8847
commit b5f6343a5e
4 changed files with 1 additions and 9 deletions

View File

@@ -76,7 +76,6 @@ export default defineConfig(({ mode }) => {
"react-dom",
"matrix-js-sdk",
"react-use-measure",
"@juggle/resize-observer",
// These packages modify the document based on some module-level global
// state, and don't play nicely with duplicate copies of themselves
// https://github.com/radix-ui/primitives/issues/1241#issuecomment-1847837850