Skip to content

Commit 9e94c1a

Browse files
add htmltools:: to taglist in _html function in R template
1 parent 8174f4d commit 9e94c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/templates/widget_r.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ render${capName} <- function(expr, env = parent.frame(), quoted = FALSE) {
5252
#' Called by HTMLWidgets to produce the widget's root element.
5353
#' @rdname ${name}-shiny
5454
${name}_html <- function(id, style, class, ...) {
55-
tagList(
55+
htmltools::tagList(
5656
# Necessary for RStudio viewer version < 1.2
5757
reactR::html_dependency_corejs(),
5858
reactR::html_dependency_react(),

0 commit comments

Comments
 (0)