reactpy
reactpy copied to clipboard
Setting REACTPY_DEBUG_MODE=1 should turn on client-side debug mode
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.