react-helmet-async
react-helmet-async copied to clipboard
Title falls back to parent route's title during loading
Hello.
Is there a way to delay destroying an instance of helmet on componentWillUnmount?
What's happening is that the component (used as a route) that calls Helmet is being destroyed during the loading of a new route and during that time, since the Helmet instance was destroyed, the title of the tab falls back to the parent route's title.
Regards