solidjs / solid-meta

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

🐛 Make sure, that singleton is attached #44

Closed indeyets closed 5 months ago

indeyets commented 6 months ago

removeChild fails loudly if it tries to detach something, which does not have parent, so we always need to check this beforehand.

All of the other calls to removeChild() have similar checks already

Close #38

ryansolid commented 5 months ago

Sounds good