enableReactDebugMode {shiny.react} | R Documentation |
Enable 'React' debug mode
Description
Sets the shiny.react_DEBUG
option to TRUE
. In debug mode, 'shiny.react' will load a dev
version of 'React', which is useful for debugging. It will also set the logging level to DEBUG.
Call this function before running the app to enable the debugging mode.
Usage
enableReactDebugMode()
Value
Nothing. This function is called for its side effects.
[Package shiny.react version 0.4.0 Index]