solidjs / solid-meta

Write meta tags to the document head
127 stars 16 forks source link

Fix meta overwriting when `name` is same but others are different #35

Closed GoodbyeNJN closed 10 months ago

GoodbyeNJN commented 11 months ago

fix https://github.com/solidjs/solid-meta/issues/34

ryansolid commented 10 months ago

I have to ask is there a use case for the name deduping even? I copied another library but if we are getting to this point I wonder if it just shouldn't be there.

I will merge for now. But I think there is a bigger question here.