solara icon indicating copy to clipboard operation
solara copied to clipboard

`solara.Meta` adds an empty span to DOM

Open iisakkirotko opened this issue 9 months ago • 1 comments

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

iisakkirotko avatar May 01 '24 11:05 iisakkirotko

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

maartenbreddels avatar Jul 04 '24 09:07 maartenbreddels