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 aa0c195 commit 9cc3310Copy full SHA for 9cc3310
inst/templates/widget_r.txt
@@ -53,6 +53,8 @@ render${capName} <- function(expr, env = parent.frame(), quoted = FALSE) {
53
#' @rdname ${name}-shiny
54
${name}_html <- function(id, style, class, ...) {
55
tagList(
56
+ # Necessary for RStudio viewer version < 1.2
57
+ reactR::html_dependency_corejs(),
58
reactR::html_dependency_react(),
59
reactR::html_dependency_reacttools(),
60
htmltools::tags$div(id = id, class = class)
0 commit comments