You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
7.10.0
What package has an issue?
@mantine/core
What framework do you use?
create-react-app (CRA)
In which browsers you can reproduce the issue?
Chrome
Describe the bug
Updating mantine packages from 7.5.0 to 7.10.0, created an error when trying to access anything related to our web page that uses mantine, with the following error console.
Browsers: Chrome/Chromium
Version: 85
This doesn't happen on up to date browsers, tested on:
Browsers: Chrome/Chromium
Version: 127
I think the issue could come from #5741, that changed interop: 'auto' on the create-package-config.ts file.
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
Reverting the interop field to the defaults.
Self-service
I would be willing to implement a fix for this issue
The text was updated successfully, but these errors were encountered:
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.10.0
What package has an issue?
@mantine/core
What framework do you use?
create-react-app (CRA)
In which browsers you can reproduce the issue?
Chrome
Describe the bug
Updating mantine packages from 7.5.0 to 7.10.0, created an error when trying to access anything related to our web page that uses mantine, with the following error console.
Browsers: Chrome/Chromium
Version: 85
This doesn't happen on up to date browsers, tested on:
Browsers: Chrome/Chromium
Version: 127
I think the issue could come from #5741, that changed
interop: 'auto'
on the create-package-config.ts file.If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
Reverting the interop field to the defaults.
Self-service
The text was updated successfully, but these errors were encountered: