Js.Promise2 not found and @ryyppy/rescript-promise throwing "TypeError: Caml_exceptions.caml_is_extension is not a function"

I was successfully using @ryyppy/rescript-promise but now I get these runtime errors
Also the Js.Promise2 module seams to be missing from rescript 10.1.4

Nevermind… Guess Promise replaced Promise2

I recommend you to use the Promise module from

1 Like

Thanks, I’ll take a look. :slight_smile:

1 Like