hatchways / team-penguin

World Chat Messenger allows users from completely different language backgrounds to converse with each other in their own language taking globalization to the next level.
2 stars 0 forks source link

[BUG]: Login with correct credentials not navigating to AuthenticatedApp #77

Open rjtbansal opened 4 years ago

rjtbansal commented 4 years ago

After login the page has to be refreshed to see the chat app.

rjtbansal commented 4 years ago

useState in authContext was not tracking user object as a result only when manually refreshed Home component would have access to it. Its now tracked so the issue is resolved now