I know that the stack size is 50 for TS. I am getting this stack error but as far as ai can see from the callback there is no loop.
How can i make TS/JS print the full stack trace so i can find the loop?
Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
Sadly the below stack is not copy-able.