Open leipzig opened 5 years ago
This may occur because shiny 1.4.0 upgraded jQuery from v1.12.4 to v3.4.1.
To switch back to jQuery 1 in shiny, you can use options(shiny.jquery.version = 1)
, as according to the changelog of shiny 1.4.0 (section Breaking changes).
@nuno-agostinho: thanks for the tip; it's on point! 🙏
Hello, The most recent Shiny appears to break shinyBS modals
This causes a fatal javascript error with
shiny_1.4.0
but works fine withshiny_1.3.2
here is a toy reprex: