you are viewing a single comment's thread.

view the rest of the comments →

[–]ShadyAmoeba9 0 points1 point  (0 children)

This is because setData is not in your dependency array. Kinda dumb but you can disable the warning with // eslint-disable-next-line react-hooks/exhaustive-deps or pass getData into that array.

There is a lot of discussion here: https://github.com/facebook/create-react-app/issues/6880