nfl / react-helmet

A document head manager for React
MIT License
17.28k stars 656 forks source link

The module 'Helmet' cannot be used as a JSX component. #711

Closed itsryu closed 5 months ago

itsryu commented 5 months ago

Its type 'typeof Helmet' is not a valid JSX element type.

"@types/react-helmet": "6.1.0", "react-helmet": "^6.1.0",

import { Helmet } from 'react-helmet';

/etc
itsryu commented 5 months ago

did yarn upgrade and fixed.