Calling hooks inside conditions or loops – Hooks can only be called inside the body of a function component
Proper Usage of React Hooks: Avoiding Conditional and Loop Calls A fundamental rule of React Hooks is that they must be called unconditionally at the top level of your function….