reactjscomponentsreact-dom

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.


Solution

  • replace [title] with {title} in NavLink props