statnetWeb icon indicating copy to clipboard operation
statnetWeb copied to clipboard

Duplicated HTML ids

Open mbojan opened this issue 11 months ago • 0 comments

Warning ('test-shinytest2.R:4:3'): {shinytest2} recording: load-flobusiness
! Shiny inputs and outputs should have unique HTML id values.
i The following HTML id values are not unique:
* rawdatafile
i Do you have a Shiny input and output value with the same name?
Backtrace:
    x
 1. \-AppDriver$new(...) at test-shinytest2.R:4:3
 2.   \-shinytest2 (local) initialize(...)
 3.     \-shinytest2:::app_initialize(...)
 4.       +-base::withCallingHandlers(...)
 5.       \-shinytest2:::app_initialize_(self, private, ..., view = view)
 6.         \-shinytest2:::app_check_unique_names(self, private)
 7.           \-shinytest2:::app_warn(...)

It seems this at least confuses shinytest2. Luckily it seems it is only one.

mbojan avatar Apr 25 '25 14:04 mbojan