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

Thread-safe Helmet for React 16+ and friends

Results 92 react-helmet-async issues
Sort by recently updated
recently updated
newest added

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...

Hello I upgraded to React 19 recently. I was using Helmet to dynamically add/remove fonts based on the selected locale to/from the header. This is an example: ``` { getLocale().key...