Closed iisakkirotko closed 7 months ago
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
AssertionError
master
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @iisakkirotko and the rest of your teammates on Graphite
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