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
We've hit a couple bugs in prod now where keys are supposed to be distinct but aren't, which causes React to throw errors and render nothing.
It would be nice if React could instead warn and render all the components anyway (perhaps adding some suffix to make the keys unique) or render only one of the components with the same ID. Both of these seem preferable to completely dying (though maybe this is just our fault for not properly having our JS error reporting figured out…).