shiny.fluent
shiny.fluent copied to clipboard
Errors do not propagate into R console
Motivation
When an arror occurs, it easily happens that the screen ends up empty without any clue what happened, because a lot of the functionality is running in JS/React. No R console output. The error should be Shiny-user-readable not only React Dev readable.
Feature description
Propagate errors into R console so the Dev can know what is happening, why the table/plot/ui elelment is not rendering.