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

i install react-helmet-async here is my main.jsx file ```javascript import { StrictMode } from "react"; import { createRoot } from "react-dom/client"; import App from "./App.jsx"; import { RouterProvider, createBrowserRouter, createRoutesFromElements,...

When this library is imported under node as ESM, named exports are broken. ### Reproduction steps This can be reproduced by creating these files: demo.mjs: ``` import { Helmet }...

As you should have noticed already by this point, the original `react-helmet` library has been long abandoned, unmaintained, and stale. `react-helmet-async` turned around as its heir and replacement, but it...

My home page has multiple alternate links. When I navigate from the CSR home page to another page that has its own alternate links, they work fine. However, for pages...

https://github.com/web-infra-dev/rspress/pull/1953/files ![image](https://github.com/user-attachments/assets/88e7b39b-da02-4519-b6c1-851e1280ee98) Rspress needs to run the code on node/web, as there is no exports field, we will run to the cjs output in node runtime. And the cjs output...

Hello everyone, This is more of a question than an issue report. I'm working on an ecommerce project using Vtex Faststore. In this environment, I don't have access to the...

PLEASE UPDATE TO SUPPORT REACT 19 IM BEGGING U 👍

This version does not support react version 19

**Issue: Meta Tags Not Appearing in "View Page Source" When Using react-helmet-async** I have built a site using React 18 with Vite. The site includes user input forms, data fetching...

I've tried several variations for the 'presets' and 'plugins' options to no avail The react app is client-side rendering running the following - [email protected] - [email protected] - @babel/plugin-transform-class-properties": "^7.25.9" -...