UNPKG

alinea

Version:
12 lines (10 loc) 247 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/ui/hook/UseForceUpdate.ts import { useReducer } from "react"; function useForceUpdate() { const [, forceUpdate] = useReducer((x) => x + 1, 0); return forceUpdate; } export { useForceUpdate };