Skip to content

Commit

Permalink
React 19. Fix act package
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Dec 6, 2024
1 parent e514782 commit fa87e3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@file:JsModule("react-dom/test-utils")
@file:JsModule("react")

package react.dom.test
package react

import js.promise.Promise
import seskar.js.JsAsync
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package react.dom.test

import react.FC
import react.Props
import react.act
import react.create
import react.dom.client.Root
import react.dom.client.createRoot
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package react.dom.test

import react.act
import react.dom.client.Root

suspend fun unmount(
Expand Down

0 comments on commit fa87e3d

Please sign in to comment.