What package has an issue
@mantine/dates
Describe the bug
I"m getting this error saying:
Uncaught SyntaxError: ambiguous indirect export: default
which usually happens when I try to import something from an esmodule that doesn't have a default export
just this line of code is causing the error

Is there any way to fix this ?
like is it a problem with @mantine/dates or just vite, because @mantine/core and other dependencies are working just fine and they have similar exports as well

What version of @mantine/hooks page do you have in package.json?
^6.0.15
If possible, please include a link to a codesandbox with the reproduced problem
No response
Do you know how to fix the issue
No
Are you willing to participate in fixing this issue and create a pull request with the fix
No
Possible fix
No response