mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-06 04:35:13 -05:00
Validation errors were behaving too much like real errors: they were being printed with stack traces, and passed to the options(shiny.error) function. Also, if a reactive() cached a validation error, on future calls the error would be re-raised (which is correct) without the custom class names attached (which is not).
50 KiB
50 KiB