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
> rescript -w
>>>> Start compiling
Dependency on @rescript/core
Dependency on @rescript/react
Dependency on @davesnx/styled-ppx/css
rescript: [1/1] Css_Legacy_Core.cmj
FAILED: Css_Legacy_Core.cmj
We've found a bug for you!
packages/css/js/Css_Legacy_Core.ml:1616:17-39
This function is a curried function where an uncurried function is expected
FAILED: cannot make progress due to previous errors.
How can I solve this problem?
The text was updated successfully, but these errors were encountered:
I am new to rescript.
When I wanted to use styled-components with rescript, I found this repository.
Then running
npm create rescript-app
like following◇ Select a template
│ Vite
◇ ReScript version?
│ 11.0.1
◇ ReScript Core version?
│ 1.2.0
npm install @davesnx/styled-ppx
and editing rescript.jsonI encountered the following error
How can I solve this problem?
The text was updated successfully, but these errors were encountered: