Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: _remove_element failing silently when child objects left over (#34)
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 `AssertionError`s were not being added to any context exception list
- Loading branch information