BootstrapTooltip widget working locally but not in Sandbox

1
The bootstrap tooltip widget works just fine locally (if ''bundle widgets when running locally'' is turned off), however when I deploy to the sandbox my application won't load anymore. Is there any setting I can/should change in the sandbox to make this widget work, or what could be the reason (java version?) that a widget does work locally but not in a Sandbox. Console shows the following: TypeError: Cannot read property 'jquery' of undefined {} When clicking on it: There are no properties to show for this object.
asked
2 answers
2

Niels, Eric,

Could you check the updated version on Github? Check my comment here: https://github.com/mendix/BootstrapTooltip/issues/3#issuecomment-168021536

If this works, I will update it as soon as possible in the AppStore

answered
0

Can confirm this is an issue on 5.21+ when widget bundling is enabled. I also confirmed this on a project with no other widgets. I posted an issue on the widget's github page.

The line that seemingly causes this issue is:

$ = tooltip.createInstance($);
answered