Posts by Luis von Rondow • 13 points
1 post
-
1
votes1
answer860
viewsQ: reactjs - Maximum update Depth exceeded
I am creating a dynamic table, in which I save the row information in the localStorage. To render the table, I give a getItem in localStorage, a setRows on a map in the variable rows. const [rows,…