Update: After some discussion, we're now going to enable busy indicators by default in Shiny itself (https://github.com/rstudio/shiny/pull/4104), so this PR just removes the call to shiny::useBusyIndicators()
~Before this change, busy indicators were only getting enabled by default for bslib::page(). After this change, any bslib-powered UI will get shiny::useBusyIndicators() by default.~
Follow up to #1053
Update: After some discussion, we're now going to enable busy indicators by default in Shiny itself (https://github.com/rstudio/shiny/pull/4104), so this PR just removes the call to
shiny::useBusyIndicators()
~Before this change, busy indicators were only getting enabled by default for
bslib::page()
. After this change, any bslib-powered UI will getshiny::useBusyIndicators()
by default.~