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
I'm using this on a legacy project and for some reason it is overwriting the $ variable which is used by jQuery. This is breaking our project. Can you switch to something else or constrain it to the project, instead of setting it globally?
The text was updated successfully, but these errors were encountered:
Hi! Sorry for the delay. May I ask how you import this file to your application? index.module.js is a module script (expected to be imported by import { x } from 'x'), which means it has its own variables scope.
I'm using this on a legacy project and for some reason it is overwriting the
$
variable which is used by jQuery. This is breaking our project. Can you switch to something else or constrain it to the project, instead of setting it globally?The text was updated successfully, but these errors were encountered: