reactpy icon indicating copy to clipboard operation
reactpy copied to clipboard

Setting REACTPY_DEBUG_MODE=1 should turn on client-side debug mode

Open rmorshea opened this issue 4 years ago • 0 comments

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.

rmorshea avatar Apr 08 '21 18:04 rmorshea