Using the box
css class with an element ID causes errors in the javascript console
#141
Labels
enhancement
New feature or request
invalid
This doesn't seem right
question
Further information is requested
I'm using version 2.0.1 of shinydashboardPlus and if I use the
box
class on an element with an id, it results in errors in the javascript console. If the element doesn't have an id, the errors go away.Reproducible example:
Errors:
rstudio/:1 Uncaught SyntaxError: Unexpected token u in JSON at position 0
at JSON.parse ()
at exports.InputBinding.getValue (shinydashboardPlus.min.js:1)
at a (shiny.min.js:3)
at r (shiny.min.js:3)
at initShiny (shiny.min.js:3)
init_shiny.js:420 Uncaught TypeError: Cannot read property 'normalCall' of undefined
at v (shiny.min.js:3)
init_shiny.js:487 Uncaught TypeError: Cannot read property 'normalCall' of undefined
at I (shiny.min.js:3)
The text was updated successfully, but these errors were encountered: