Open arodriguez47 opened 2 years ago
Not sure if you fixed this yet, but I reproduced your error. The issue is in the second <Link>
of your LoggedIn
function. The img
tag alt
attribute has an error. It's currently alt=
, so it's pointing to nothing. Change it to something like alt='user'
and that should resolve the issue.
I've been unable to get the Navbar component to work once I add the React Context. I get the following error message:
I've tried to refactor the code many ways but still getting a similar message.
This is my latest version:
This was my version following the course tutorial...
Neither have worked... I'm using WebStorm