-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
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
Labels
No labels