mantine icon indicating copy to clipboard operation
mantine copied to clipboard

Failed to execute 'observe' on 'ResizeObserver'

Open ilyam2014 opened this issue 1 year ago • 2 comments

Dependencies check up

  • [X] I have verified that I use latest version of all @mantine/* packages

What version of @mantine/* packages do you have in package.json?

7.8.1

What package has an issue?

@mantine/core

What framework do you use?

Next.js

In which browsers you can reproduce the issue?

Chrome

Describe the bug

Starting from 7.7.0 the following error occurs: TypeError: Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element'.

image

If possible, include a link to a codesandbox with a minimal reproduction

No response

Possible fix

No response

Self-service

  • [ ] I would be willing to implement a fix for this issue

ilyam2014 avatar Apr 25 '24 07:04 ilyam2014

Provide a sandbox with a minimal reproduction

rtivital avatar Apr 25 '24 07:04 rtivital

https://stackblitz.com/edit/vitejs-vite-srjtq9

ilyam2014 avatar Apr 25 '24 09:04 ilyam2014

Fixed in 7.9.1

rtivital avatar May 08 '24 10:05 rtivital

Now i'm on 7.9.1 and i'm getting same error (Nextjs 14.2.3, webpack). Error appears when i'm using SegmentedControl image Packages image

ilyam2014 avatar May 14 '24 07:05 ilyam2014