Gavin Hodge
Results
2
comments of
Gavin Hodge
From a quick look through the code, the `XeroBadRequest` object should have a property `errors` which makes those messages available. There is also a property `problem` which has the first...
I had this same error in a React application. I tracked it down to our _bundler_, since the easepick code looked fine and didn't reference `this` before `super()`. Upgrading from...