My app is logging in the console an uncaught exception:
Uncaught ReferenceError: $ is not defined
Does Ionic still use JQuery internally? It looks like something under the covers is attempting to reference the global $. Please reply if you’ve seen this before.
Hi there, I’m currently using JQuery in my version 3 project. It’s working like a charm. Make sure to import JQuery as following: import * as $ from "jquery";