Open junaidsarwarpk opened 4 years ago
I installed react-select-2-wrapper and select2 in my react App and after importing the select2 plugin inside my component, it gave me this error:
./node_modules/react-select2-wrapper/lib/components/Select2.js Module not found: Can't resolve 'jquery'
I installed JQuery but it didn't help.
@rkit any answer for this?
Add
import $ from "jquery"
I installed react-select-2-wrapper and select2 in my react App and after importing the select2 plugin inside my component, it gave me this error:
./node_modules/react-select2-wrapper/lib/components/Select2.js Module not found: Can't resolve 'jquery'
I installed JQuery but it didn't help.