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
I'm trying out this project with ReScript v0.11.
I followed the instructions on this page.
moduleStyledDiv= %styled.div(` color: red;`)
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:1614:17-39
This function is a curried function where an uncurried function is expected
FAILED: cannot make progress due to previous errors.
Failure: /home/nojaf/projects/my-pkmn-rescript-app/node_modules/rescript/linux/ninja.exe
Location: /home/nojaf/projects/my-pkmn-rescript-app/node_modules/@davesnx/styled-ppx/css/lib/bs
>>>> Finish compiling (exit: 1)
Am I doing something wrong or would this be a compatibility problem with the latest ReScript?
Also, do I need to install @emotion/react when using %styled.div?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying out this project with ReScript v0.11.
I followed the instructions on this page.
Am I doing something wrong or would this be a compatibility problem with the latest ReScript?
Also, do I need to install
@emotion/react
when using%styled.div
?The text was updated successfully, but these errors were encountered: