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

ThemeIcon with tabler results in crashing of app #7051

Closed
1 of 2 tasks
sethen opened this issue Oct 29, 2024 · 4 comments
Closed
1 of 2 tasks

ThemeIcon with tabler results in crashing of app #7051

sethen opened this issue Oct 29, 2024 · 4 comments

Comments

@sethen
Copy link

sethen commented Oct 29, 2024

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

What package has an issue?

@mantine/core

What framework do you use?

Vite

In which browsers you can reproduce the issue?

Chrome

Describe the bug

Just started using Mantine today with the Vite template. Followed the instructions here: https://mantine.dev/core/theme-icon/ for putting icons into the page. This results in crashing of the app when I pull up the app using vite dev. No matter what I try it will load forever and then eventually crash.

I did add the tabler icons with yarn add @tabler/icons-react and everything seemed to install fine.

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
@sethen
Copy link
Author

sethen commented Oct 29, 2024

Could be related? tabler/tabler-icons#1229

@rtivital
Copy link
Member

Issue with tabler icons package, see tabler/tabler-icons#1233
To fix it, downgrade @tabler/icons-react package to "@tabler/icons-react": "3.17.0" in your package.json and reinstall dependencies.

@sethen
Copy link
Author

sethen commented Oct 31, 2024

Issue with tabler icons package, see tabler/tabler-icons#1233 To fix it, downgrade @tabler/icons-react package to "@tabler/icons-react": "3.17.0" in your package.json and reinstall dependencies.

Still broken even with downgrading -- guess we will have to wait for a fix

@datguyducky
Copy link

Issue with tabler icons package, see tabler/tabler-icons#1233 To fix it, downgrade @tabler/icons-react package to "@tabler/icons-react": "3.17.0" in your package.json and reinstall dependencies.

Still broken even with downgrading -- guess we will have to wait for a fix

This is a workaround that did help me, worth trying: tabler/tabler-icons#1233 (comment)

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

3 participants