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

Thread-safe Helmet for React 16+ and friends

Results 70 react-helmet-async issues
Sort by recently updated
recently updated
newest added

I'm trying to build a [reference project](https://github.com/espoal/pwapp) with modern react + SSR + lazy loading. I'm following your tutorial for [SSR](https://github.com/espoal/pwapp/blob/9899784b7c882d75461811c26c569cc11e721ad6/libs/ssr/src/pageRenderer.mjs#L13) and it works for bundled pages, but when I...

URL Preview is not working when adding meta tags using **Helmet** Please check this to know about [URL/Link Preview](https://www.npmjs.com/package/@dhaiwat10/react-link-preview) **CODE:** ` Sample Page ` **Expected output:** Meta tags data which...

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

## Problem I wrote the following code because I wanted to add the link tag dynamically. ```tsx {url && console.log('test')} />} ``` The link tag is added normally and the...

I use react-helmet-async like https://github.com/staylor/react-helmet-async#usage-without-context example, but every time I access the website that has Helmet Component, helmetData add same instance and not remove. Dispatcher class has componentWillUnmount, but it...

Hello, I am using react-helmet-async to do the SEO on a project, Though, the index.html meta tags overrides my other pages Helmets i'm not sure why. I used `prioritizeSeoTags` on...

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

`React.Component` is something like `function Comp() {...}` or `class Comp extends Component`, while `React.ReactElement` is like ``, the "return value" of a component. This has blocked me from doing something...

Hello there. I have default meta-tag **description** at the index.html React-helmet can **replace meta-tag description** at the index.html, but not **react-helmet-async** ### Now i have two meta-tag description: from index.html...

Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.8. Release notes Sourced from ejs's releases. v3.1.8 Version 3.1.8 v3.1.7 Version 3.1.7 Commits 5126ff5 Version 3.1.8 7d5a1c6 Merge branch 'main' of github.com:mde/ejs into main...

dependencies