Fix - React Hook "useEffect" is called conditionally
If you have started using react hooks recently, you might have come across the following error:
React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a ...
codingdeft.hashnode.dev2 min read