Open
Description
Current Situation
Currently, if an invalid hook call occurs then ReactPy completely breaks.
Reference
Proposed Actions
Add an error boundary to tree nodes to prevent complete failure upon tree exceptions. Probably only want to apply this to things that have been exported via module_from_template(...)
. We have no reason to assume this exception can happen with any pure ReactPy code.