Skip to content

Commit

Permalink
also skip html class
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Nov 18, 2024
1 parent b34b82b commit 6153b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/module2app.R
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ mixed_react_tree_server <- function(id, tree = shiny::reactive(NULL)) {
#' This just skips all shinytag returns.
#' @noRd
is_shinytag <- function(x) {
inherits(x, c("shiny.tag", "shiny.tag.list"))
inherits(x, c("shiny.tag", "shiny.tag.list", "html"))
}

filter_tree_shinytag <- function(x) {
Expand Down

0 comments on commit 6153b68

Please sign in to comment.