Bootstrap's JavaScript requires jQuery – Reactjs – Shopify
I have to use bootstrap with reactjs and when i try to import Bootstrap.js it gives me error Bootstrap's JavaScript requires jQuery Here is my import statements (I tried following) import $ from 'jquery'; import jQuery from 'jquery'; //I installed…