widgetti / solara

A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps
https://solara.dev
MIT License
1.9k stars 140 forks source link

`solara.Meta` adds an empty span to DOM #626

Open iisakkirotko opened 6 months ago

iisakkirotko commented 6 months ago

This can have unexpected consequences for spacing when, for instance, using flex-boxes with a set gap, like the ones that are automatically added if an element has more than one direct child.

An example issue can be found in the linked PR

maartenbreddels commented 4 months ago

I think we should check all empty spans, and make sure we are compatible with ipyvue < 1.11.0 https://github.com/widgetti/ipyvue/pull/92