Skip to content

Commit f91656d

Browse files
add reactR namespace to createReactShinyInput
1 parent 973394e commit f91656d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/templates/input_r.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#'
99
#' @export
1010
${name}Input <- function(inputId, default = "") {
11-
createReactShinyInput(
11+
reactR::createReactShinyInput(
1212
inputId,
1313
"${name}",
1414
htmlDependency(

0 commit comments

Comments
 (0)