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
fix(core): Handle normalization of null prototypes correctly (#15556)
Objects that are created from an Object with a null prototype were not
correctly handled before. `Object.getPrototypeOf` of such objects does
not return `null` directly but also do not have a constructor.
This fix guards against these cases.
Closes: #15538
0 commit comments