Open isabellachen opened 5 years ago
Going into node_modules/react-facebook-login and changing the babel loader version to 8.0.5 (the one that is currently installed with CRA) solved the issue. I changed the version and npm run start on the app and it was working again. Maybe update the babel-loader version?
I
npm i
react-facebook-login and include it in my app. The app then failed to compile with the error:React app has babel loader 7 + installed. How can I get this component working?