project_cryptoverse icon indicating copy to clipboard operation
project_cryptoverse copied to clipboard

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

Open bhumitd09 opened this issue 4 years ago • 1 comments

any fix for this error

384 | const { 385 | data, 386 | isFetching

387 | } = Object(services_cryptoApi__WEBPACK_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/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment, null, /#PURE/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Title, {

bhumitd09 avatar Nov 23 '21 13:11 bhumitd09

Please let me know are you able to resolve this?

imakshay13 avatar Jan 19 '22 13:01 imakshay13