-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
solara.Meta
adds an empty span to DOM
#626
Milestone
Comments
1 task
iisakkirotko
added a commit
that referenced
this issue
May 1, 2024
Under the hood this was caused by #626. But since the proper solution is potentially breaking, we are saving it for Solara 2.0
iisakkirotko
added a commit
that referenced
this issue
May 1, 2024
Under the hood this was caused by #626. But since the proper solution is potentially breaking, we are saving it for Solara 2.0
I think we should check all empty spans, and make sure we are compatible with ipyvue < 1.11.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: