Basically, I have a context provider with values which are objects, functions, primitive values.
When I try to expand any of the nested fields in context provider it starts to uncollapse and collapse itself.
It used to be like that for a long time, for a month at least. I was connecting it with alpha React, but right now it's a release version and it still broken so I come to report.
Here is the GIF with it. Not enough FPS to show it better, but I think you will get what is the problem.
https://cl.ly/8b05bb5e932b
Here is the video:
https://cl.ly/ee565918ef65
It's quite random, so it's not really only in Context providers, but for example all connect functions and their context section are affected, but sometimes just regular components props are affected.
Usually first uncollapse is ok, and any uncollapse deeper starts the glitch.
It used to have some error console output on each of the uncollapse/collapse but it's gone since a week or so.
Please help, I forced to use console.log everywhere to debug things :(