Ritesh Patil
Results
3
comments of
Ritesh Patil
I would like to test it so, plz fix the verification code error
> I think it's problem is caused by unnecessary re-rendering, which creates a new component with the same key as the previous one. This problem can be solved by differentiating...
In my case, I applied a query to the child component of react which gets rendered multiple times using **array.map()**, and the query could fetch the data. but the useLazyQuery...