Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser router and nested memory router fighting over title #181

Open
strass opened this issue Apr 29, 2020 · 0 comments
Open

Browser router and nested memory router fighting over title #181

strass opened this issue Apr 29, 2020 · 0 comments

Comments

@strass
Copy link
Contributor

strass commented Apr 29, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant