Closed montogeek closed 3 years ago
One of the minor breaking changes here must be affecting the package. I'll get on that this weekend, thank you for bringing it up. In the meantime, please just use reason-react@0.9
instead of @rescript/react
. You should not feel any difference working with the "older" version at the moment I think.
Thanks, got it working by doing:
npm i -S -E reason-react@0.9
@rescript/react
to reason-react
.That's great. Just don't foget to eventually switch it back when I find the time to fix it with the bindings, the @rescript/react
package is surely the one to move forward with :-)
@jsiebern Thank you!
Hi!
I just installed these bindings in a Rescript project, unfortunately I am getting the following error:
My code:
package.json
bsconfig.json
It is there anything I can do to make it work? Thanks!