Skip to main content
Go to Latest
function unstable_batchedUpdates
import { unstable_batchedUpdates } from "https://deno.land/std@0.40.0/types/react-dom.d.ts";

Parameters

callback: (a: A, b: B) => any
a: A
b: B

Parameters

callback: (a: A) => any
a: A

Parameters

callback: () => any