Replace stopWithCondition with reactiveStop

This commit is contained in:
Winston Chang
2016-08-18 16:54:34 -05:00
parent 5d00804758
commit 71380ab37a

View File

@@ -82,7 +82,7 @@ ReactiveValues <- R6Class(
}
if (isFrozen(key))
stopWithCondition(c("validation", "shiny.silent.error"), "")
reactiveStop()
if (!exists(key, envir=.values, inherits=FALSE))
NULL