Open HarleySalas opened 12 months ago
removing line 786 of styles.css resolved it for me.
/*# sourceMappingURL=styles.css.map */
so, as far as I can tell, this sourceMapping is causing some sort of issue with next middleware. I tried importing it from both server and client components as well as a different project and it was all the same result; the error message posted above.
Describe the bug Upon importing
mantine-datatable/styles.css
, or the layers alternative, I get the following error, while usingnext-intl
:To Reproduce Steps to reproduce the behavior:
createMiddleware
to setup it's middleware.mantine-datatable/styles.css
Expected behavior No errors.
I suppose I should be looking in to next-intl as well, to submit a report there, but... it's just odd to me, because this is the only package which causes the error. I import styles from mantine and other libraries without any issues.