daattali opened this issue 4 years ago · 0 comments
Example:
library(shiny) ui <- fluidPage() server <- function(input, output, session) { shinyalert::shinyalert("test") } shinyApp(ui, server)
This only happens if there are no buttons