-1

I wonder is there any way to see component re-render stuation :)

  • What error? We can't help diagnose or debug code we can't see. Please share a [mcve] so we've some context. – Drew Reese Aug 31 '22 at 07:52

1 Answers1

2
  1. install "React Developer Tools " extension in your browser

  2. step 2: inspect the code you will have component section open that you will find which component gets error see in image

see image

Harsha
  • 91
  • 1
  • 7