We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367b093 commit 7847b4bCopy full SHA for 7847b4b
testing/setup.ts
@@ -1,3 +1,6 @@
1
import "@testing-library/jest-dom/extend-expect"
2
import "fake-indexeddb/auto"
3
-import "mobx-react-lite/batchingForReactDom"
+import { useStaticRendering } from "mobx-react-lite"
4
+
5
+// eslint-disable-next-line react-hooks/rules-of-hooks
6
+useStaticRendering(true)
0 commit comments