Thanks for using dash-bootstrap-components! I just wanted to let you know that we made a breaking change to the Navbar component, so if you update to version 0.3.0 or later of dash-bootstrap-components you might get unexpected behaviour.
You can use the new NavbarSimple component exactly as you are currently using Navbar currently, so the easiest fix would be to just change Navbar to NavbarSimple.
Hi
Thanks for using dash-bootstrap-components! I just wanted to let you know that we made a breaking change to the
Navbar
component, so if you update to version0.3.0
or later of dash-bootstrap-components you might get unexpected behaviour.You can use the new
NavbarSimple
component exactly as you are currently usingNavbar
currently, so the easiest fix would be to just changeNavbar
toNavbarSimple
.Check out the docs for
Navbar
and our examples for more details.