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
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
The text was updated successfully, but these errors were encountered: