adrianhajdin / project_cryptoverse

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

TypeError: Object(...) is not a function #25

Open bhumitd09 opened 2 years ago

bhumitd09 commented 2 years ago

any fix for this error

384 | const { 385 | data, 386 | isFetching

387 | } = Object(_services_cryptoApiWEBPACK_IMPORTED_MODULE_4__["useGetCryptosQuery"])(); | ^ 388 | const globalStats = data === null || data === void 0 ? void 0 : (_data$data = data.data) === null || _data$data === void 0 ? void 0 : _data$data.stats; 389 | if (isFetching) return 'Loading Data...'; 390 | return /*#PURE*/reactWEBPACK_IMPORTED_MODULE_0_default.a.createElement(reactWEBPACK_IMPORTED_MODULE_0_default.a.Fragment, null, /*#PURE*/reactWEBPACK_IMPORTED_MODULE_0___default.a.createElement(Title, {

imakshay13 commented 2 years ago

Please let me know are you able to resolve this?