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 f91656d commit d6febeaCopy full SHA for d6febea
inst/templates/input_r.txt
@@ -11,7 +11,7 @@ ${name}Input <- function(inputId, default = "") {
11
reactR::createReactShinyInput(
12
inputId,
13
"${name}",
14
- htmlDependency(
+ htmltools::htmlDependency(
15
name = "${name}-input",
16
version = "1.0.0",
17
src = "www/${package}/${name}",
0 commit comments