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
patchTarget is sometimes null. This causes getOwnPropertyDescriptor to throw TypeError: Function.getOwnPropertyDescriptor: Cannot convert undefined or null to object.
Context:
rrweb/packages/rrweb/src/record/observer.ts
Lines 843 to 855 in 94d408f
In the lines
patchTarget
is sometimes null. This causesgetOwnPropertyDescriptor
to throwTypeError: Function.getOwnPropertyDescriptor: Cannot convert undefined or null to object
.I propose null checking before:
The text was updated successfully, but these errors were encountered: