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
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
The text was updated successfully, but these errors were encountered:
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, thetitle
of the tab falls back to the parent route's title.Regards
The text was updated successfully, but these errors were encountered: