kodyl / react-document-meta

HTML meta tags for React-based apps. Works for both client- and server-side rendering, and has a strict but flexible API.
MIT License
321 stars 23 forks source link

Get rid on the extra div #47

Open jhicken opened 3 years ago

jhicken commented 3 years ago

There is not really a need for the wrapping div when there are multiple children. Putting these children in a React.Fragment removes the need for the wrapper.