-
Dependencies check up
What version of @mantine/* packages do you have in package.json?5 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 bugI tried upgrade mantine to latest version but I got errors. I use react v18 and next v12. it says createStyles is not a function. If possible, include a link to a codesandbox with a minimal reproductionNo response Possible fixNo response Self-service
|
Beta Was this translation helpful? Give feedback.
Answered by
Juanryhn
Jan 31, 2024
Replies: 1 comment 3 replies
-
|
No, it is not supported, this feature is available only starting from version 6.0 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I solve this issue by upgrading just mantine core, dates, dropzone and carousel not all. from v5 to v6.0.21. Thanks @rtivital