react-helmet-async icon indicating copy to clipboard operation
react-helmet-async copied to clipboard

Title falls back to parent route's title during loading

Open yandiro opened this issue 1 year ago • 0 comments

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

yandiro avatar Dec 16 '24 02:12 yandiro