mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
invalidate rlog namesDeps on value change
This commit is contained in:
@@ -389,6 +389,7 @@ ReactiveValues <- R6Class(
|
||||
# only invalidate if there are deps
|
||||
if (isTRUE(.hasRetrieved$names)) {
|
||||
rLog$valueChangeNames(.reactId, .values, domain)
|
||||
.namesDeps$invalidate()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user