-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Description
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 === supportedLocales.ar &&
<Helmet>
<link
href="https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link
href="https://github.com/Fonts/Arabic/style.css"
rel="stylesheet"
type="text/css"
/>
</Helmet>
}
But now I don't see the links being added to the header anymore.
Can you please investigate?
Metadata
Metadata
Assignees
Labels
No labels