0

Facing this error in my react application About Project - Just showing data that is being fetched by multiple apis enter image description here

Tried checking for infinite loops in the project Apart from that checked any memory leak but i can't find any

Expecting any reasons why is it happening as i have tried all the solutions that i have find across google.

  • Could you: check console for errors, supply code samples and describe your project functionality? – Max Tuzenko May 11 '23 at 11:48
  • 1
    figured it out. Wasted days for looking the possible reasons. Forgot to use empty dependency in useEffect due to which it was taking a lot of js heap memory. Simple solution was to clear it using setInterval and clearInterval – Rohit Bisht May 14 '23 at 05:04

0 Answers0