Does somebody know about a Helmet in ReactJS (https://github.com/nfl/react-helmet). I try to use Helmet for google seo.
<Helmet>
<meta charSet="utf-8" />
<title>My Title</title>
<link rel="canonical" href={process.env.PUBLIC_URL} />
</Helmet>
Why comes mistakes in console?