widgetti / reacton

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

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

Closed maartenbreddels closed 4 months ago

maartenbreddels commented 4 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.