adrianhajdin / aora

Build your first mobile application
https://jsmastery.pro
1.41k stars 259 forks source link

Help me to solve this problem #8

Closed Madhannmady07 closed 4 months ago

Madhannmady07 commented 4 months ago

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

Madhannmady07 commented 4 months ago

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