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
I noticed your tests uses a Function.Prototype.bind polyfill, so since my tests were breaking without it, I also added it myself. For some reason it's still saying TypeError: 'undefined' is not a function (evaluating 'this.processRoute.bind(this)'). Did you have to do anything else special? Long shot I know, but any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I noticed your tests uses a
Function.Prototype.bind
polyfill, so since my tests were breaking without it, I also added it myself. For some reason it's still sayingTypeError: 'undefined' is not a function (evaluating 'this.processRoute.bind(this)')
. Did you have to do anything else special? Long shot I know, but any help would be appreciated.The text was updated successfully, but these errors were encountered: