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

Hi, I want to inject my social networks meta at the top of the head (`og:title`, ...), so far it keep being injected at the end. How can I configure...

I've noticed that there's a bit of a lag between a route changing and the `title` property updating. I'm guessing that this is around 200 - 300ms. While minor, it...

bug
help wanted

### Description This PR migrates React Helmet to [TDSX](https://github.com/jaredpalmer/tsdx). It attempts a minimal amount of changes to ensure backwards compatibility with Helmet v6: - Adds Prettier support - `.js` files...

v7

in React.js docs it advices to prevent js injections for safety concerns such as XSS...etc. is this lib safe?

I use helmet with og:image, og:description, og:title. but when i send link. it not override meta. just show default. even image is not found

i don't mind if its in the client but i don't like these extra chars in my markup. any suggestions? thanks

bug

Unfortunately, React Helmet simply does not provide good compatibility with opengraph data. We inherited a project which uses React and React.Helment extensively, and although the head updates - this is...

to report a Bug ** current behavior?** React helmet is not showing the dynamic preview on social networks even after implementation **What is the expected behavior?** expected behaviour is to...

The way I configure the `SEO` of my website using `Helmet` is as follows: ```js '/': { meta: [ { content: 'X', name: 'description', }, { content: 'X', property: 'og:description',...

Bumps [karma](https://github.com/karma-runner/karma) from 1.7.1 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies