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
classFoo{x(){consttmp=this.y;tmp();// no error if we call this.y() directly}y(){}}constfoo=newFoo();constproxiedFoo=onChange(foo,()=>{});proxiedFoo.x();
To repro:
Error is thrown on this line:
on-change/index.js
Line 164 in a40d3b9
(
thisArg
isundefined
)The text was updated successfully, but these errors were encountered: