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
The createProxy function (Chapter03/09_proxy_c) has a reference to this, in the patched version of the hello method, which happens to be an arrow function (with lexical this).
Please find a test attached to demonstrate the problem. Thank you.
The
createProxy
function (Chapter03/09_proxy_c) has a reference tothis
, in the patched version of thehello
method, which happens to be an arrow function (with lexicalthis
).Please find a test attached to demonstrate the problem. Thank you.
test.js.txt
The text was updated successfully, but these errors were encountered: