You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Required] Describe the bug
I need to get data from backend and store that large amount of data to indexeddb , But issue is when iam using axios or fetch iam getting error , is there any other option to invoke api calls ?
"Uncaught ReferenceError: axios__WEBPACK_IMPORTED_MODULE_2___default is not defined" --- this error getting when using axios ,
[Required] Expected behavior
is there any inbuild method to call api ? ot any way to import third party library like axios
[Optional] Screenshots
[Optional] Device (please complete the following information):
OS: [Windows]
Browser [chrome]
[Optional] context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
[Required] Describe the bug
I need to get data from backend and store that large amount of data to indexeddb , But issue is when iam using axios or fetch iam getting error , is there any other option to invoke api calls ?
"Uncaught ReferenceError: axios__WEBPACK_IMPORTED_MODULE_2___default is not defined" --- this error getting when using axios ,
[Required] Expected behavior
is there any inbuild method to call api ? ot any way to import third party library like axios
[Optional] Screenshots
[Optional] Device (please complete the following information):
[Optional] context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: