rstudio / bslib

Tools for theming Shiny and R Markdown via Bootstrap 3, 4, or 5.
https://rstudio.github.io/bslib/
Other
443 stars 49 forks source link

chore: Directly check for busy indicator availability #1061

Closed gadenbuie closed 1 month ago

gadenbuie commented 1 month ago

Directly check for presence of shiny::useBusyIndicators() rather than using a version check. Avoids some weirdness due in part to our use of a sub-patch version number in the last shiny release.