mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
* Allow setting the state of RestoreContext This setter only sets public fields, but it's still necessary because the RestoreInputSet R6 class is not exported. (I needed this functionality for shinytableau config dialogs to do a bookmark-like restore, but not at all based on querystring) * Use list instead of values to prevent accidental mutation See discussion here: https://github.com/rstudio/shiny/pull/3053#discussion_r488948453 * Rebuild JS for new version number