During the first render the widget is shown. But on rerender of dynamic component the page throws an error
KeyError: "Element Card('Controls', children = ...) not found in all known widgets"
ipypopout is working itself, but solara.get_widget(control) fails
Is it safe to try ... except KeyError here ?
During the first render the widget is shown. But on rerender of dynamic component the page throws an error
ipypopout is working itself, but solara.get_widget(control) fails
Is it safe to
try ... except KeyErrorhere ?