mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-14 17:38:02 -05:00
Bugfix for error found in tests (#3870)
* Bugfix for error found when calling shiny::shinyAppTemplate without library(shiny) * Update news * Update NEWS.md --------- Co-authored-by: Carson <cpsievert1@gmail.com>
This commit is contained in:
1
NEWS.md
1
NEWS.md
@@ -198,6 +198,7 @@ In addition, various properties of the spinners and pulse can be customized with
|
||||
|
||||
* Fixed #3833: When `width` is provided to `textAreaInput()`, we now correctly set the width of the `<textarea>` element. (#3838)
|
||||
|
||||
* `shiny::shinyAppTemplate()` no longer errors without a call to `library(shiny)`. (#3870)
|
||||
|
||||
# shiny 1.7.4.1
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ test_that("Initial snapshot values are consistent", {
|
||||
app$expect_values()
|
||||
}){{
|
||||
if (isTRUE(module)) {
|
||||
HTML('
|
||||
shiny::HTML('
|
||||
|
||||
|
||||
test_that("Module values are consistent", {
|
||||
|
||||
Reference in New Issue
Block a user