You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in rescript v9 I used to generate the syntax from Reason for string interpolation with js extension: {js||js}, I believe looked something like js``.
Currently, this fails with ReScript 10. After checking the changelog I don't see any breaking change regarding this.
We've found a bug for you!
/Users/davesnx/Code/github/davesnx/styled-ppx/packages/demo/rescript/src/index.res
Unexpected error Attributes not allowed here
Uh oh!
There was an error while loading. Please reload this page.
Hi, in rescript v9 I used to generate the syntax from Reason for string interpolation with js extension:
{js||js}
, I believe looked something likejs``.
Currently, this fails with ReScript 10. After checking the changelog I don't see any breaking change regarding this.
This issue for a code example is: davesnx/styled-ppx#308
The cx(
) generates `js
.`The text was updated successfully, but these errors were encountered: