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 getId to also check for props on the prototype
The `getId` check would fail if the `id` property was in somewhere in the prototype chain. This updates `getId` to also check the prototype properties.
0 commit comments