adrianhajdin / project_cryptoverse

Cryptocurrency App powered by RapidAPI
https://jsmastery.pro
1.32k stars 399 forks source link

loader issue #76

Open pankajhndez1 opened 2 years ago

pankajhndez1 commented 2 years ago

./src/components/Homepages.jsx

Module parse failed: Unexpected token You may need an appropriate loader to handle this file type. | | console.log(data);

console.log(data?.data?.coins);

imPrathamDev commented 2 years ago

./src/components/Homepages.jsx

Module parse failed: Unexpected token You may need an appropriate loader to handle this file type. | | console.log(data);

console.log(data?.data?.coins);

can you explain your problem briefly?

Danny-Nunez commented 1 year ago

./src/components/Homepage.jsx 15:25 Module parse failed: Unexpected token (15:25) You may need an appropriate loader to handle this file type.
| data = _useGetCryptosQuery.data, | isFetching = _useGetCryptosQuery.isFetching;

var globalStats = data?.data.stats; | if (isFetching) return /#PURE/React.createElement(Loader, { | __self: _this,

AyushS-08 commented 5 months ago

'react-scripts' is not recognized as an internal or external command, operable program or batch file.