Module '"@refinedev/mantine"' has no exported member 'HamburgerMenu'.ts(2305)

how to fix
No description
13 Replies
kapa.ai
kapa.ai14mo ago
Hi @หมาแดง. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
kapa.ai
kapa.ai14mo ago
---------------------- Hmm, I don't know enough to give you a confident answer yet. Could you please provide more context or details about the issue you're facing? This will help me better understand your question and provide a more accurate answer. In the meantime, you can refer to the refine documentation (https://refine.dev/docs) for more information on various topics related to refine. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
Overview | refine
What is refine?
kapa.ai
kapa.ai14mo ago
<@204084545702592513> kapa.ai is still learning and improving, please let us how it did by reacting below
conscious-sapphire
conscious-sapphire14mo ago
Module '"@refinedev/mantine"' has no exported member 'HamburgerMenu'.ts
rare-sapphire
rare-sapphire14mo ago
If you want bot to help you, please write a message explaining the issue and ask questions as bot cant read images. And try to give it a couple of tries before asking any issue you’ve seen. We have a limited resources for help.
conscious-sapphire
conscious-sapphire14mo ago
@kapa.ai Module '"@refinedev/mantine"' has no exported member 'HamburgerMenu'.ts
kapa.ai
kapa.ai14mo ago
Let me check the knowledge base for you. One moment! :books:
kapa.ai
kapa.ai14mo ago
---------------------- It seems like you're trying to import HamburgerMenu from @refinedev/mantine, but the provided extracts do not mention any HamburgerMenu export from that package. Instead, the extracts show examples of using HamburgerMenu with different UI libraries: - For Ant Design System: @refinedev/mui - For Mantine: @refinedev/mantine - For Chakra UI: @refinedev/chakra-ui Please make sure you're using the correct package for your UI library. If you're using Mantine, the extracts do not provide information about a HamburgerMenu component in the @refinedev/mantine package. You may need to refer to the refine documentation (https://refine.dev/docs) or the specific package documentation for more information. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
Overview | refine
What is refine?
kapa.ai
kapa.ai14mo ago
<@204084545702592513> kapa.ai is still learning and improving, please let us how it did by reacting below
genetic-orange
genetic-orange14mo ago
Probably due to an older version of the package. Can you try updating the dependency like npm i @refinedev/mantine@latest? Are you using pnpm as your package manager?
conscious-sapphire
conscious-sapphire14mo ago
Thank you so much @aliemirs yes pnpm I already updated refine tho maybe not included this one
genetic-orange
genetic-orange14mo ago
Yeah, it caches the downloaded packages and when theres a match in its cache it resolves that instead of the latest versions. We’re working on resolving this issue by updating our peer dependencies for every version bump but its a work in progress for now 🙏
conscious-sapphire
conscious-sapphire14mo ago
Gotcha. Thank you!