Tried to run shiny::runApp and I'm getting the following error:
> shiny::runApp("./app")
Listening on http://127.0.0.1:7059
Warning: Error in $: $ operator is invalid for atomic vectors
90: FUN
89: lapply
88: accordion
1: shiny::runApp
using debugonce(accordion) shows that the items object doesn't have the expected list structure or names.
perhaps this is related to changes in current package versions?
Tried to run
shiny::runApp
and I'm getting the following error:using
debugonce(accordion)
shows that theitems
object doesn't have the expected list structure ornames
.perhaps this is related to changes in current package versions?
here's my
sessionInfo
: