joshzee
joshzee

Reputation: 187

React Component not rendering

So I'm currently following a course and at this point to a tee, even checked his GitHub which is the same. The thing is, none of my Header.jsx component is rendering. Here is my Header.jsx code:

enter image description here

and here is that page inspected, as you can see, it's empty:

enter image description here

and lastly, the App.jsx page, showing I've correctly imported Header.jsx. I've followed the tute to a tee.

enter image description here

Any views on this would be great, been messing with me for days.

Upvotes: -1

Views: 38

Answers (1)

Girish G
Girish G

Reputation: 54

replace [title] with {title} in NavLink props

Upvotes: 2

Related Questions