-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to scala-js-dom #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, can you fix the merge conflicts and add Helpers.scala back?
componentBuilder: ComponentBuilder, | ||
element: Element = js.Dynamic.global.document.body.asInstanceOf[Element] | ||
): Unit = | ||
componentBuilder(using element, RootBinding()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you un-delete this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Restored helpers file
Thanks for this MR, was very helpful. v0.4.0 adds the new scala-js-dom release. I'm updating the website with all the changes now. |
NOTE
until scala-js-dom 2.0.0 is published (when @sjrd returns from vacation) one would have to
+publishLocal
scala-js-dom repo in order for this PR to build. Assume the release will happen quite soon since there's demand for a Scala 3 supported release of scala-js-dom.