react hooks force rerender after state change code example
Example: force update react hooks
const forceUpdate = React.useReducer(() => ({}), {})[1] as () => void
const forceUpdate = React.useReducer(() => ({}), {})[1] as () => void