Skip to content

Commit

Permalink
Fix for Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Aug 8, 2023
1 parent 2893903 commit c919a28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ object RxRenderingTest extends AirSpec {
var foundElement = false

object infoPage extends RxElement {
override def onMount {
override def onMount: Unit = {
nestedOnMountCallCount += 1
Option(org.scalajs.dom.document.getElementById("id001")).collect { case e: HTMLElement =>
foundElement = true
Expand Down

0 comments on commit c919a28

Please sign in to comment.