naikai / sake

sake
27 stars 12 forks source link

set jquery version in global.R #77

Closed psterk closed 4 years ago

psterk commented 4 years ago

Hi,

conditionalPanel code was not behaving on one of my installations, but worked on another one. It turned out that the shiny.jquery version was 3.x on one of my machines, which throws exceptions with sake code. You could force shiny to use an older version, e.g. by adding the following option in global.R:

options(shiny.jquery.version = 1)

naikai commented 4 years ago

Hope this solves the problem: https://github.com/naikai/sake/commit/1f13232a31e5d99874e765fd358ee96061be6ae0