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
After working on fetchDailyData I am getting this error.
React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
in Chart (at App.js:24)
in div (at App.js:22)
in App (at src/index.js:6)
The text was updated successfully, but these errors were encountered:
Bro. I have the same issue. This is because the api/daily is not working and it's not returning any response. So you are getting that length error. You can check in the network tab of the developer console. There is nothing wrong in our code
After working on fetchDailyData I am getting this error.
React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
in Chart (at App.js:24)
in div (at App.js:22)
in App (at src/index.js:6)
The text was updated successfully, but these errors were encountered: