Hooks can only be called inside of the body
I created a custom hook usePostCategory to post a new category. The hook is called from another component, but when I try to do it, I receive an error: " Invalid hook call. Hooks can only be called inside of the body of a function component". Just wondering if I call the hook in the… Read More Hooks can only be called inside of the body