Maptio / maptio

http://www.maptio.com
Other
23 stars 4 forks source link

Fix incorrect call to method in catchError #835

Closed rgoj closed 10 months ago

rgoj commented 10 months ago

See error here: https://github.com/Maptio/maptio/issues/811#issuecomment-1708528632

Turns code I wrote to catch login errors was incorrect! The method this.handleLoginError was not receiving the correct this! Now fixed.