Skip to content

Commit 1808e9d

Browse files
committed
reactMarkup: return list with class reactR_markup instead of reactR.markup
1 parent e0f62a6 commit 1808e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/reacttools.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ React <- structure(
8888
reactMarkup <- function(tag) {
8989
stopifnot(inherits(tag, "shiny.tag")
9090
|| (is.character(tag) && length(tag) == 1))
91-
list(tag = tag, class = "reactR.markup")
91+
list(tag = tag, class = "reactR_markup")
9292
}
9393

0 commit comments

Comments
 (0)