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

warn "export 'default' (imported as 'Helmet') was not found in 'react-helmet' #41

Open
NandoJourneyman opened this issue May 28, 2020 · 0 comments

Comments

@NandoJourneyman
Copy link

I followed all the steps on the Rendering Site Metadata video and upon restarting the server, I was getting the following error:
warn "export 'default' (imported as 'Helmet') was not found in 'react-helmet'

After looking for a while into it, I found the solution was to put “Helmet” in curly brackets in the layouts.js file. Like so:

Before
import Helmet from "react-helmet";

After
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