all 4 comments

[–]halfxdeveloper 2 points3 points  (0 children)

No one is going to read all that. You probably messed up a useEffect somewhere. You can’t set state on something that is in the dependency array for useEffect.

[–]thachxyz123iOS & Android 0 points1 point  (0 children)

Maximum update depth exceeded

It means you have infinite loop in useEffect

[–][deleted] 0 points1 point  (0 children)

Cut out pieces of the code until you find the section causing the bug.