We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.14.3
@mantine/core
Next.js
All
Source maps are not being generated properly. You can see from the photo below that validateField is not lining up with its source.
validateField
No response
All that's needed to fix the issue is to delete this line here:
mantine/scripts/build/rollup/create-package-config.ts
Line 26 in e5f3a53
I have tested this solution locally and source maps are lining up.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.14.3
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
All
Describe the bug
Source maps are not being generated properly. You can see from the photo below that
validateField
is not lining up with its source.If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
All that's needed to fix the issue is to delete this line here:
mantine/scripts/build/rollup/create-package-config.ts
Line 26 in e5f3a53
I have tested this solution locally and source maps are lining up.
Self-service
The text was updated successfully, but these errors were encountered: