michaelmang / React-for-the-Visual-Learner

Code for chapters used in my online book: React.js for the Visual Learner
http://react.codingartist.io/
22 stars 30 forks source link

Navigation Bar not rendering correctly. #1

Open grath90 opened 6 years ago

grath90 commented 6 years ago

Any reason why the Branding and DemoLink components won't render within the navigation bar? I've checked my code against yours and it matches up. No errors are displaying in the console either. When I try to view the branding image in my browser it doesn't show anything, but all other svg images render. Also seems that both Branding and DemoLink are displaying on top of each other on the same side (left side).

maszuDEV commented 6 years ago

Hi, have the same issue. I even tried to copy chapter 7 from tutorial repository but after run problem still exist - navigation is not rendring correctly :(. Any ideas? zrzut ekranu 2018-01-23 o 10 19 05 zrzut ekranu 2018-01-23 o 10 19 19

ejallego commented 6 years ago

I encountered the same and the display seems ok after I removed Col tags in Navigation.js.

navigation-react-tutorial