You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use portals, and set a div with ID nav-root. If you're using more than 1 nav on the page, you'll need to have two different IDs. You are able to explicitly set the nav-root by adding the navRootId prop:
<NavnavRootId="my-id"/>
However:
This is undocumented
This should happen automatically, if possible. It's also important for us to support SSR, and make sure the ID persists between server and client.
The text was updated successfully, but these errors were encountered:
We use portals, and set a div with ID
nav-root
. If you're using more than 1 nav on the page, you'll need to have two different IDs. You are able to explicitly set the nav-root by adding thenavRootId
prop:However:
The text was updated successfully, but these errors were encountered: