adrianhajdin/aora

Help me to solve this problem

Closed this issue · 1 comments

img

I don't knw what makes this error, since I'm a newbie , I dont knw what makes this error , I was getting this at the timestamp 02:06:21

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