Skip to content
New issue

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

Source Maps Not Generated Properly #7186

Closed
2 tasks done
anthonyalayo opened this issue Nov 29, 2024 · 0 comments · Fixed by #7188
Closed
2 tasks done

Source Maps Not Generated Properly #7186

anthonyalayo opened this issue Nov 29, 2024 · 0 comments · Fixed by #7188

Comments

@anthonyalayo
Copy link
Contributor

Dependencies check up

  • I have verified that I use latest version of all @mantine/* packages

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.

image

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:

I have tested this solution locally and source maps are lining up.

image

Self-service

  • I would be willing to implement a fix for this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant