Commits
Click on a commit to change the comparison rangefix(client): Correct result for hasOwn/hasOwnProperty on proxies
Problem is in compositeProxy implamentation: we always returned a
descriptor from `getOwnPropertyDescriptor`, which caused `hasOwnProperty`
to always return `true` regardless of propery existence.
Fix #18462