Skip to content
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

fix: _remove_element failing silently when child objects left over #34

Conversation

iisakkirotko
Copy link
Collaborator

@iisakkirotko iisakkirotko commented Apr 17, 2024

This used to happen with Solara, I think because https://github.com/widgetti/solara/blob/c8ca20f8b137058e7e2374ed2a024320808875be/solara/server/patch.py#L521-L539 would react to a widget being (unexpectedly) deleted before the exception from reacton would be rendered.

The reason why we could have a situation where no exception was displayed would also be fixed by this change - previously any AssertionErrors were not being added to any context exception list

Copy link
Collaborator Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @iisakkirotko and the rest of your teammates on Graphite Graphite

@iisakkirotko iisakkirotko force-pushed the 04-17-fix__remove_element_failing_silently_when_child_objects_left_over branch from e49f97c to 173e73e Compare April 18, 2024 07:10
@iisakkirotko iisakkirotko force-pushed the 04-17-fix__remove_element_failing_silently_when_child_objects_left_over branch from 173e73e to c645d15 Compare April 26, 2024 06:38
Copy link
Collaborator Author

iisakkirotko commented Apr 26, 2024

Merge activity

@iisakkirotko iisakkirotko merged commit 1f228b4 into master Apr 26, 2024
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants