To use Mantine V7 components alongside Mantine V6 dependencies, here's how you can do it:
1. Install Mantine V7 components under an alias:
npm install @mantine/core@npm:@mantine/[email protected] @mantine/hooks@npm:@mantine/[email protected]
2. Update your imports in the codebase to use the V7 components explicitly.
Hope this helps