Routing with React Router - lesson 6 mistake

Hey, It looks like the code Mosh uses is different from the starter code. The Nav bar only shows “My App.” When I remove the “collapse” classes on the navbar I begin to see the home and users.

Any idea what’s going on Mosh?

Here’s what I see before I tweak the NavBar styling:
image

here’s what I see after I remove “collapse” from NavBar.tsx
image

Can you show your NavBar.tsx code? Mine didn’t have this issue

Did you happen to work on this in split window where the viewport is shrunk, if so then opening it up in full screen will show the ‘Home’ and ‘User’ links. In this case, it appears that the ‘collapse’ class from bootstrap hides content if the viewport isn’t wide enough.