Skip to content

React 19 #237

@Nefcanto

Description

@Nefcanto

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions