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
Archmonger
changed the title
Setting IDOM_DEBUG_MODE=1 should turn on client-side debug mode
Setting REACTPY_DEBUG_MODE=1 should turn on client-side debug mode
Jan 26, 2025
Turning on this option should make the client display React errors on page (not just in console)
Implementation Details
Build the ReactPy client in debug mode and in production mode and depending on whether
REACTPY_DEBUG_MODE
use debug vs prod client build.The text was updated successfully, but these errors were encountered: