Open Yuricoden opened 6 years ago
@Yuricoden You should import jquery to file, where you import this plugin
import $ from "jquery"; import this plugin
That method don't working!
@Yuricoden try this
import $ from "jquery"; window.jquery = $; import your plugin
I'm trying importing this plugin in react , but that plugin display error in console.log(jquery is no defined). But in react app jquery installed and connected.