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
decorators were made more performant in 1283cb0, however, the put() function throws an error because the declaration of 'new' local variable was removed. When trying to set new.status on line 430, the error is observed. I put a comment into the commit: 1283cb0#commitcomment-741380 which says my patch is to basically remove line 430 and manually set status in my handlers.
The text was updated successfully, but these errors were encountered:
decorators were made more performant in 1283cb0, however, the put() function throws an error because the declaration of 'new' local variable was removed. When trying to set new.status on line 430, the error is observed. I put a comment into the commit: 1283cb0#commitcomment-741380 which says my patch is to basically remove line 430 and manually set status in my handlers.
The text was updated successfully, but these errors were encountered: