developertools-tech / developertools.tech

A collection of tools for developers served as a PWA
https://www.developertools.tech
MIT License
39 stars 45 forks source link

[Bug]: `useLocalState` return type is not correct #99

Closed dlford closed 1 year ago

dlford commented 1 year ago

https://github.com/developertools-tech/developertools.tech/blob/91dd142dc96ebc996efc77b24af41744d5d5149c/hooks/useLocalState.tsx#L11

The return type should be [T, Dispatch<SetStateAction<T>>] to match the type of the useState setter function.