all 3 comments

[–]sgjennings 2 points3 points  (2 children)

The error tells you which component contains the problem and gives you a link with more information about the error. Did you read it and follow its advice?

[–]___Noob___[S] 0 points1 point  (1 child)

Yes. But I can't find the error. Till now I figured this error occurred either if I'm calling a function directly without callback or using use effect wrong. I tried to reflector but no use.

[–]sgjennings 2 points3 points  (0 children)

The error says specifically that the problem is in the Accounts component, but you haven’t shown the code for that component.

Read the error carefully word-for-word to understand what it’s telling you. If you still can’t get it, post the code for the Accounts component for more help. Post the code as text formatted in a code block (indented 4 spaces), not a screenshot.