You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this is the wrong place to file it.
I changed something internal in React and saw snapshot change on www:
These are React internal instances. Oops! How did this happen?
An object passed as a prop contained a reference to React element. That element contained _owner field pointing to an internal React instance. That React instance contains references to all its children recursively.
We should find a way to exclude any React internal instances.
A reasonable heuristic these days may be to exclude any object that has _currentElement property.