Appearance
Utilities
Hook that returns the stable reference of the value
import { useLatest } from '@siberiacancode/reactuse';
const latestValue = useLatest(value);
source
Value