Has anyone experienced multiple of the same ERROR for React imports export ' ' (imported as ' ') was not found in 'react' (module has no exports)

Viewed 20

I am experiencing multiple errors whereby it is looking for exports from 'react' and react-bootstrap.

I have tried deleting the node-modules folder and running npm i, also tried re-installing react-bootstrap but it seems to create more errors whatever I try to do.

See image below for example of just some of the error messages I am getting:

snippet of errors I am getting in my React Js environment

0 Answers
Related