You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upper in watch_contents throws an exception because the initial value of the reactive attribute is None. Yes, this would not happen in real life as the type checker warns about it, but it does work to show how the exception is gobbled up.
I just can't figure out why my bigger app will terminate in 0.11 but not 0.12, but that demo code above does gobble the exception and does not terminate in both 0.11 and 0.12.
(at least on my two different machines, a work computer and home computer)
The text was updated successfully, but these errors were encountered:
Copied from Discord...
The upper in watch_contents throws an exception because the initial value of the reactive attribute is None. Yes, this would not happen in real life as the type checker warns about it, but it does work to show how the exception is gobbled up.
I just can't figure out why my bigger app will terminate in 0.11 but not 0.12, but that demo code above does gobble the exception and does not terminate in both 0.11 and 0.12.
(at least on my two different machines, a work computer and home computer)
The text was updated successfully, but these errors were encountered: