Open AshDevFr opened 2 years ago
Hey @AshDevFr sorry for the delay and thanks for reporting. Can you provide a reproducible project on github that I can fork and run locally?
oh that's strange. anyways we'll be trying to upgrade it to v10 soon too
I got the same issue.
It seems that in a Rescript 10 projet import * as Caml_obj from "rescript/lib/es6/caml_obj.js";
in ReSchema.bs.js
will use Caml_obj.equal
while in Rescript 9 it's Caml_obj.caml_equal
.
I force yarn resolution of rescript to 10 to solve the issue on my project.
Hi,
I am trying to add ReForrm to my project using ReScript 10. I think this is probably why I'm getting errors but still wanted to share that.
I used the example frm the website to test and I get the same result.
It happens when I start typing in the
input
fiield.Full Stacktrace
Code