Skip to content

shiny 1.8.1.1

Compare
Choose a tag to compare
@cpsievert cpsievert released this 03 Apr 14:27
· 21 commits to main since this release
5e566a0

In v1.8.1, shiny.js starting throwing an error when input/output bindings have duplicate IDs. This error is now only thrown when shiny::devmode(TRUE) is enabled, so the issue is still made discoverable through the JS error console, but avoids unnecessarily breaking apps that happen to work with duplicate IDs. (#4019)