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 e0f62a6 commit 1808e9dCopy full SHA for 1808e9d
R/reacttools.R
@@ -88,6 +88,6 @@ React <- structure(
88
reactMarkup <- function(tag) {
89
stopifnot(inherits(tag, "shiny.tag")
90
|| (is.character(tag) && length(tag) == 1))
91
- list(tag = tag, class = "reactR.markup")
+ list(tag = tag, class = "reactR_markup")
92
}
93
0 commit comments