All Questions
2 questions
1
vote
0
answers
232
views
Upgarding react-scripts from v4 to v5 gives strange error Module build failed (from ../node_modules/babel-loader/lib/index.js)
I am using CRA and when upgrading react-scripts from v4.0.3 to v5.0.1 I get this strange error
Module build failed (from ../node_modules/babel-loader/lib/index.js):
TypeError: SOME_FILE_IN_THE_PROJECT....
-2
votes
1
answer
1k
views
How To use External JS/Jquery in React Jsx component's
Hope You are doing great and in good health.
I'm a beginner in React.js and doing my FYP project, I come to a problem where I'm not able to insert external JS or Jquery code inside the react,
I have ...