Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loader issue #76

Open
pankajhndez1 opened this issue May 31, 2022 · 3 comments
Open

loader issue #76

pankajhndez1 opened this issue May 31, 2022 · 3 comments

Comments

@pankajhndez1
Copy link

./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
Copy link

./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
Copy link

./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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants