react-helmet-async
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "react-helmet-async", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Thread-safe Helmet for React 16+ and friends", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -18,3 +18,3 @@ # react-helmet-async | ||
const app = ( | ||
<Provider> | ||
<HelmetProvider> | ||
<App> | ||
@@ -41,3 +41,3 @@ <Helmet> | ||
const app = ( | ||
<Provider context={helmetContext}> | ||
<HelmetProvider context={helmetContext}> | ||
<App> | ||
@@ -73,3 +73,3 @@ <Helmet> | ||
const app = ( | ||
<Provider context={helmetContext}> | ||
<HelmetProvider context={helmetContext}> | ||
<App> | ||
@@ -76,0 +76,0 @@ <Helmet> |
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
257805