Open
Description
Current Situation
Javascript warnings and exceptions are currently not visible within the Python console. This feels fairly fragmented, as Python developers won't expect to check the client side console for warnings/errors.
Proposed Actions
By using our new messaging schema, all client-sided console output should be redirected to the server and logged the within the Python console.
This should only occur when ReactPy is in debug mode.
Related: