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
I am using a memoryRouter to create a picture-in-picture sidecar for the app with its own routing state. It works quite nicely except both the main browser router as well as the nested memory router are using react-helmet to display page titles.
Is there anything I can do to still have the embedded router get the route title to display in the header while allowing the browser tab's title to remain whatever the browser router is on? Either turn off the react-helmet functionality in the memory router or intercept and discard it somehow.
The text was updated successfully, but these errors were encountered:
I am using a memoryRouter to create a picture-in-picture sidecar for the app with its own routing state. It works quite nicely except both the main browser router as well as the nested memory router are using react-helmet to display page titles.
Is there anything I can do to still have the embedded router get the route title to display in the header while allowing the browser tab's title to remain whatever the browser router is on? Either turn off the react-helmet functionality in the memory router or intercept and discard it somehow.
The text was updated successfully, but these errors were encountered: