react-helmet-async
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "react-helmet-async", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Thread-safe Helmet for React 16+ and friends", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -134,3 +134,3 @@ # react-helmet-async | ||
In the component: | ||
``` | ||
```javascript | ||
<Helmet prioritizeSeoTags> | ||
@@ -147,3 +147,3 @@ <title>A fancy webpage</title> | ||
``` | ||
```javascript | ||
<html> | ||
@@ -163,3 +163,3 @@ <head> | ||
``` | ||
```html | ||
<html> | ||
@@ -166,0 +166,0 @@ <head> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
309444