NextJS build error because of escape character
Unanswered
Boston Terrier posted this in #help-forum
Boston TerrierOP
I'm using shadcn Progress bar.
And when compiling it is throwing an issue, because it is not being escaped properly. (my guess)
radix primitive version used:
I'm using it from my own library bundled with rollup and calling it on consumer app.
And when compiling it is throwing an issue, because it is not being escaped properly. (my guess)
radix primitive version used:
"@radix-ui/react-progress": "^1.1.0",I'm using it from my own library bundled with rollup and calling it on consumer app.
2 Replies
Boston TerrierOP
on lbrary it is being compiled like this:
Boston TerrierOP
Also, runs fine on dev server, only the build fails