Rules of Hooks
Hooks are not supported...:
- after a conditional return statement.
- inside conditions or loops.
- in event handlers.
- in class components.
- inside functions passed to useMemo, useReducer, or useEffect.
- inside try/catch/finally blocks.
Hooks are not supported...: