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
Since this change, whenever an element updates which has one of its domProps set to undefined or null, that prop is instead set to ''.
All you need to do to reproduce it is render an element with properties in domProps set to null or undefined, and then update the component.