react-helmet
react-helmet copied to clipboard
A document head manager for React
If tag[primaryAttributeKey] is not string, it should return false. Since, In many cases we have tag[primaryAttributeKey] as object. We get this error if the attr is an object `TypeError: tag[primaryAttributeKey].toLowerCase...
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** get this warning in console when using Helmet: ``` Warning: Using UNSAFE_componentWillMount in...
When trying to set `` `style` attribute like this: ```jsx ``` It is actually set to `` I figured out that I need to pass style attribute as a string...
I use Helmet to load scripts like firebase library. Is there an event handler that tells me when the scripts are loaded and ready? Now I can't access my library...
According to the [HTML5 specification](https://www.w3.org/TR/html5/document-metadata.html#charset), > The element containing the character encoding declaration must be serialized completely within the first 1024 bytes of the document. However, as far as I...
Hi As mentioned in the title, the meta tags delivered by the ssr are not dynamic/the correct ones. So on this project I'm working on we have meta tags (for...
The value of "data-react-helmet" attribute is set several times and in several contexts across react-helmet. In all cases is set as a string (`"true"`), except in `generateTitleAsReactComponent()` and `generateTagsAsReactComponent()`, where...
**Do you want to request a *feature* or report a *bug*?** This is a bug, is anyone having any solution or workarounds for same ? **What is the current behavior?**...
I use [email protected], [email protected], windows@10 And when I try to install react-helmet from npm many issues happen, And when I run (npm audit fix --force) It doesnot work with my...