Skip to content

Does it support React 19? #160

@Nefcanto

Description

@Nefcanto

I used react-helmet and then react-helmet-async. But react-helmet is almost dead (last commit is 5 years ago) and react-helmet-async does not fix itself for React 19.

So, does your library support React 19?

I just want to replace this code in my reporting page:

    return <div>
        <Helmet>
            <script src="https://example.com/babel.min.js"></script>
            <script src="https://example.com/react.development.js"></script>
            <script src="https://example.com/react-dom.development.js"></script>
            <script src="https://cdn.tailwindcss.com"></script>
            <style type="text/tailwindcss">{tailwind}</style>
        </Helmet>

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