https://stackoverflow.com/questions/38807643/error-uncaught-in-promise-typeerror-cannot-set-property-isadmin-of-null
when variable not set in function "then" block, this doesnt work, need to a copy of "this" reference with in the calling function.
when variable not set in function "then" block, this doesnt work, need to a copy of "this" reference with in the calling function.
Either you can use arrow function
or use
otherwise
this doesn't point to the current function when it's called. |
No comments:
Post a Comment