shiny icon indicating copy to clipboard operation
shiny copied to clipboard

Warning for unused `output$`

Open asadow opened this issue 2 years ago • 0 comments

Since there is no need for an output without a display, a warning for unused outputs could help prevent confusion.

Eg it took me some time to realize that an output was not displaying because I had used the wrong UI function (tableOutput() instead of reactableOutput()).

asadow avatar Mar 09 '23 18:03 asadow