Matt/D@programming.devtoReact@programming.dev•How can I render a custom component in `head` with React Helmet?
·
10 months agoYeah, Helmet doesn’t support Fragments
I think one workaround is to return an array of meta tags instead of using Fragments
Another way is to have your component wrap the meta tags in Helmet instead of Fragment, and call it next to page level Helmet
Anyone can slap your name and email on a commit and pretend you wrote it