s-yadav / react-meta-tags

Handle document meta/head tags in isomorphic react with ease.
MIT License
226 stars 47 forks source link

Duplicate meta tags when server-side rendering #3

Closed lumenwrites closed 6 years ago

lumenwrites commented 7 years ago

Hi! Thank you for this awesome package, it is extremely helpful! I've encountered one issue though.

When I'm using it for server-side rendering, it seems like it's duplicating the meta info. I render it as html and insert it on server, but then when react loads on the frontend, it inserts them again.

Can you help me to figure out how I can prevent this?

s-yadav commented 6 years ago

Fixed in v0.3.0