We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8174f4d commit 9e94c1aCopy full SHA for 9e94c1a
inst/templates/widget_r.txt
@@ -52,7 +52,7 @@ render${capName} <- function(expr, env = parent.frame(), quoted = FALSE) {
52
#' Called by HTMLWidgets to produce the widget's root element.
53
#' @rdname ${name}-shiny
54
${name}_html <- function(id, style, class, ...) {
55
- tagList(
+ htmltools::tagList(
56
# Necessary for RStudio viewer version < 1.2
57
reactR::html_dependency_corejs(),
58
reactR::html_dependency_react(),
0 commit comments