Open d9k opened 1 year ago
Hello @d9k, thanks for the issue. Right now our official @refinedev/mantine
package supports version 5
. We don't have official support yet for version 7, but we are open to contributions if someone wants to take it.
@BatuhanW, it's better to fix Installation & Usage doc | @refinedev/mantine first, add working Mantine versions to example installation command:
npm install @mantine/core@^5.10.4 -- . . .
@BatuhanW, it's better to fix Installation & Usage doc | @refinedev/mantine first, add working Mantine versions to example installation command:
npm install @mantine/core@^5.10.4 -- . . .
Thanks for the heads-up @d9k, we've updated readme.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Has there been any updates on this? I saw on discord that there was a WIP PR targeted for a February 2024 release but it looks like it never made it in.
I dabbled with writing a PR for it but the tooling was giving me trouble. Don't want to get too far in the weeds if someone already tackled it.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
Installation & Usage doc | @refinedev/mantine:
Steps To Reproduce
pnpm install @mantine/core @mantine/hooks @mantine/form @mantine/notifications @emotion/react @tabler/icons
result:pnpm run dev
:http://localhost:5173/
won't openExpected behavior
pnpm run dev
(refine dev
) works normallyAdditional Context