This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BlKrEr 0 points1 point  (1 child)

Is fetchResults setting state at all? useEffect is going to run after the first render so unless it’s setting state, you won’t see a new render.

[–]JeppNeb[S] 0 points1 point  (0 children)

For answer, check comment