Help me to solve this problem
Closed this issue · 1 comments
Madhannmady07 commented
Madhannmady07 commented
UPDATE ! ! !
Before I had written const [isLoading, isLoggedIn ] = useGlobalContext();
I was wrong , with custom hooks we need to write like const { isLoading, isLoggedIn } = useGlobalContext();
Curly braces are main