|
Playing around with rescript-webapi, stuck from the beginning. I am using this repo - https://github.com/rescript-lang/rescript-project-template Just copy-paste code from https://github.com/tinymce/rescript-webapi/blob/main/tests/Webapi/Dom/Webapi__Dom__EventTarget__test.re this file. Get an error on 4th line: What I am doing wrong? :) |
Answered by
TheSpyder
Aug 15, 2021
Replies: 2 comments 4 replies
|
v0.1.0 has now been published with the pipe first swap. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because we forgot to publish a release after implementing #6 🤦♂️
I'll make time to push up the new release soon. For now, if you change it to
document |> Document.createElement("strong")it should work.