You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I upgraded to Meteor 1.5, my ratings are not working anymore. It seems as if Semantic UI is not compatible with jQuery 3.2.1.
It throws an error since andSelf() is not available in jQuery 3 anymore:
Uncaught TypeError: $activeIcon.prevAll(...).andSelf is not a function
at Object.rating (rating.js:239)
at HTMLElement.click (rating.js:150)
at HTMLDivElement.dispatch (modules.js?hash=e67687f…:14670)
at HTMLDivElement.elemData.handle (modules.js?hash=e67687f…:14478)
Since I upgraded to Meteor 1.5, my ratings are not working anymore. It seems as if Semantic UI is not compatible with jQuery 3.2.1.
It throws an error since
andSelf()
is not available in jQuery 3 anymore:See: https://api.jquery.com/andself/
Will this package be updated or is it abandoned?!
The text was updated successfully, but these errors were encountered: