I manage to run my app if I remove bootstrap.min.js and jquery.min.js. Not sure why the jquery isn't load with npm, below is my code.
I tried import $ from 'jquery'; which is an accepted answer here, but still couldn't resolve the issue.
I manage to run my app if I remove bootstrap.min.js and jquery.min.js. Not sure why the jquery isn't load with npm, below is my code.
I tried import $ from 'jquery'; which is an accepted answer here, but still couldn't resolve the issue.