()
| 592 | root = null; |
| 593 | }, |
| 594 | getInstance() { |
| 595 | if (root == null || root.current == null) { |
| 596 | return null; |
| 597 | } |
| 598 | return getPublicRootInstance(root); |
| 599 | }, |
| 600 | |
| 601 | unstable_flushSync: flushSyncFromReconciler, |
| 602 | }; |
no test coverage detected