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.