We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415616f commit f6cfa86Copy full SHA for f6cfa86
typings/index.d.ts
@@ -25,3 +25,8 @@ export function render(
25
* Unmounts React trees that were mounted with render.
26
*/
27
export function cleanup(): void
28
+
29
+/**
30
+ * Forces React's `useEffect` hook to run synchronously.
31
+ */
32
+export function flushEffects(): void
0 commit comments