Need unmount because every page mounts its own nav menu
This commit is contained in:
parent
4001e1c47a
commit
e39ed219eb
|
@ -48,6 +48,7 @@ function NavMenu(props) {
|
|||
overflow="auto"
|
||||
viewScroll="close"
|
||||
boundingBoxPadding="8 8 8 8"
|
||||
unmountOnClose
|
||||
menuButton={({ open }) => (
|
||||
<button
|
||||
type="button"
|
||||
|
|
Loading…
Reference in a new issue