mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Rather than wiring up the never-called dispose(), remove it entirely. The method was defined but never invoked for 6+ years, is not documented in the custom input bindings article, and unsubscribe() already serves as the teardown hook.