Using shiny modules and shinydashboard: shiny.tag error

后端 未结 3 1912
孤城傲影
孤城傲影 2021-01-06 19:32

I\'m trying to create and use shiny modules inside a shinydashboard app but I keep getting this error:

Error in FUN(X[[i]], ...) : Expected an object with cl         


        
3条回答
  •  我在风中等你
    2021-01-06 20:19

    Following @Batanichek's answer which pointed me to the source of the problem (thanks for that) I simply removed the tagList() command in my fooUI definition. This conveniently solves the problem!

提交回复
热议问题