mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
Replace stopWithCondition with reactiveStop
This commit is contained in:
@@ -82,7 +82,7 @@ ReactiveValues <- R6Class(
|
||||
}
|
||||
|
||||
if (isFrozen(key))
|
||||
stopWithCondition(c("validation", "shiny.silent.error"), "")
|
||||
reactiveStop()
|
||||
|
||||
if (!exists(key, envir=.values, inherits=FALSE))
|
||||
NULL
|
||||
|
||||
Reference in New Issue
Block a user