granular-hooks
granular-hooks copied to clipboard
useGranularMemo return T instead of unknown
Cast the return type of useGranularMemo to T instead of defaulting to unknown. Right now, anyone using the hook in strict mode needs to do the casting for every use.