project_cryptoverse icon indicating copy to clipboard operation
project_cryptoverse copied to clipboard

loader issue

Open pankajhndez1 opened this issue 3 years ago • 3 comments

./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);

pankajhndez1 avatar May 31 '22 19:05 pankajhndez1

./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?

imPrathamDev avatar Jun 18 '22 19:06 imPrathamDev

./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,

Danny-Nunez avatar Dec 02 '22 03:12 Danny-Nunez

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

AyushS-08 avatar Apr 08 '24 10:04 AyushS-08