Skip to content

Commit 6c353fe

Browse files
committed
fix: reactivity on input
1 parent 0a15929 commit 6c353fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/teal_transform_module.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,7 @@ make_teal_transform_server <- function(expr) {
198198

199199
function(id, data) {
200200
moduleServer(id, function(input, output, session) {
201-
list_env <- eventReactive(
202-
input,
201+
list_env <- reactive(
203202
lapply(rlang::set_names(names(input)), function(x) input[[x]])
204203
)
205204

0 commit comments

Comments
 (0)