-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Bug with rescript compilation #397
Comments
In the meantime, those can be fixed by manually escaping the quotes |
Which quotes exactly? (version 0.40.1 is working perfectly) |
For example; |
We shall investigate and fix what could be causing the regression. Thanks for the report |
but those are generated files, everytime I run a |
Also, not sure if it's related, but the PPX itself is not being recognized by rescript: @lubegasimon Do you want me to open another issue? |
Yes, though it seems something is missing out during the installation. Does this -- https://styled-ppx.vercel.app/getting-started guide help? |
No, one occurrence is at
|
I believe the issue has been fixed in main, but didn't release a npm package yet. Let me try to reproduce and double-check ReScript and release a 0.51 |
Updated the https://github.com/davesnx/try-styled-ppx repository with ReScript 10 and styled-ppx 0.53 working nicely |
Hey! I've installed
"@davesnx/styled-ppx": "^0.50.0",
and when trying to run my project using rescript (10.1.4) with rescript-react (0.11.0), it shows the following errorIt seems that the compilation of this line is generating triple quotes and thus, an invalid syntax in the
.bs.js
file.The text was updated successfully, but these errors were encountered: