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
Being able to import the default of "call-bind-apply-helpers" and have the page load:
f = 0
fBound = 1
Actual Behavior
actualApply-fd0d571b.js:12 Uncaught TypeError: Function has non-object prototype 'undefined' in instanceof check
at [Symbol.hasInstance] (<anonymous>)
at call.a (actualApply-fd0d571b.js:12:13)
at callBindBasic (index.js:25:10)
at main.js:7:16
Additional Information
The following code throws if (this instanceof a) { and breaks the code.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Being able to import the
default
of "call-bind-apply-helpers" and have the page load:Actual Behavior
Additional Information
The following code throws
if (this instanceof a) {
and breaks the code.The text was updated successfully, but these errors were encountered: