Wrapper around react's useState hook. Use this hook to prevent memory leak as this wont call set state on unmounted component.
useState
initial state value
Generated using TypeDoc
Wrapper around react's
useState
hook. Use this hook to prevent memory leak as this wont call set state on unmounted component.