Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getTransformedStyles error on webpack bundle for version 7.10.0 #6355

Closed
1 of 2 tasks
olivalex-david opened this issue Jun 7, 2024 · 1 comment
Closed
1 of 2 tasks

Comments

@olivalex-david
Copy link

Dependencies check up

  • 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.

Screenshot from 2024-06-07 07-03-28

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
@rtivital
Copy link
Member

  1. Mantine does not support CRA – it is deprecated. Try using Vite instead.
  2. You can find a list of supported browsers on this page – https://mantine.dev/about/#browser-support. Chrome 85 is not a supported version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants