Benson Liao

Results 1 comments of Benson Liao

As the custom hooks [rules](https://reactjs.org/docs/hooks-custom.html) said, your custom hooks function name must start with `use` to make rules of hooks apply to it. change this: ``` export const getState =...