widgetti / reacton

A pure Python port of React for ipywidgets
https://reacton.solara.dev/
MIT License
298 stars 18 forks source link

fix: do not call effects when an exceptions occurs. #33

Closed maartenbreddels closed 7 months ago

maartenbreddels commented 7 months ago

This can lead to a situation where get_widget returns None, in our case this led to use_event trying to call .on_event on None.