react-helmet icon indicating copy to clipboard operation
react-helmet copied to clipboard

A document head manager for React

Results 134 react-helmet issues
Sort by recently updated
recently updated
newest added

I want to report a *bug* On the new root-api (https://github.com/reactwg/react-18/discussions/5) react-helmet does not always properly set the meta-tags. Using [email protected] and [email protected] I'm not sure if it's related to...

I was curious for the rationale here. Ideally I would like to have default meta tags that exist before React is loaded for SEO reasons. But this library forces me...

I'd like to include & run some `js` file in the `React` using `Helmet` component. Here is the simple code: *index.js:* import React from "react"; import ReactDOM from "react-dom"; import...

I have a translation component, something in the lines of this: ``` const T = ({ translate, children, component = 'span', ...props }) => React.createElement(component, omit(props, ['translations', 'language', 'dispatch']), translate(children))...

I would like to inject 2 script tags like this: **jQuery is just an example** ```javascript {` console.log('Test', typeof $); `} ``` After the first script is loaded I want...

bug

Helmet works in JSX but not in Typescript, I am getting: ``` TS2786: 'Helmet' cannot be used as a JSX component Type 'Helmet' is missing the following properties from type...

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** `Helmet.renderStatic()` (SSR) produces different output than in SPA. ``` // App.jsx ... ......

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** A component has a `` component tag inside it. That component is rendered...

Minor change, removed repeated sentence subject.

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Whenever I add the fallowing tag: `` and open stand alone in a...