Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for react-helmet v6.0.0 #25

Closed
hrishikesh-k opened this issue May 25, 2020 · 0 comments
Closed

Support for react-helmet v6.0.0 #25

hrishikesh-k opened this issue May 25, 2020 · 0 comments

Comments

@hrishikesh-k
Copy link

I was trying out this starter and updated all my packages in package.json. Thus, I ended up updating react-helment to 6.0.0. Doing this breaks the build. However, I searched on Google and found this: gatsbyjs/gatsby#10578 (comment). The solution is to change Line 2 in src/components/head.js and Line 3 in src/components/seo.js from import Helmet from "react-helmet"; to import { Helmet } from "react-helmet";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant