Closed mindtricksdev closed 7 years ago
Hi,
Have you tried to put the BodyContainer inside the Route? Take a look into this demo project that demonstrates the usage of this and other libraries.
The demo project looks great. This does indeed fix my issue.
Thanks!
Hello, I like your responsive drawer idea!
I am experiencing some issues with nested
<Route>
(react-router v4) elements inside the<BodyContainer>
. I was expecting that the routing will still work. However, therender
does not trigger after a route change.I was able to change the
<BodyContainer>
to a simple<div>
to make it work but now I need to handle the widths manually. Is there any plan for this to be supported?Thanks