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
320 stars 23 forks source link

es6 problem ? #7

Closed benbonnet closed 9 years ago

benbonnet commented 9 years ago

I'm writing plain es5 Here's what I get with your example : Image of Yaktocat Is that the reason ? If it is, still possible to use it with es5 ?

danieljuhl commented 9 years ago

Can you please provide your source code?

benbonnet commented 9 years ago

Sorry for not posting the code.; let's just close it I guess the problem was on my side. Ended up with Helmet though, I assume yours works the same

danieljuhl commented 9 years ago

That's okay. Helmet works a bit different for nested meta data and merge strategy.