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
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.
As noted in the linked comment, the messaging scheme (as it stands today) only anticipates a message routing system. It would be useful to write up a task for actually implementing that routing system since this issue would depend upon it.
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:
The text was updated successfully, but these errors were encountered: