Skip to content
  • unarist's avatar
    Add missing rejection handling for Promises (#7008) · 2c51bc0c
    unarist authored
    * Add eslint-plugin-promise to detect uncaught rejections
    
    * Move alert generation for errors to actions/alert
    
    * Add missing rejection handling for Promises
    
    * Use catch() instead of onReject on then()
    
    Then it will catches rejection from onFulfilled. This detection can be
    disabled by `allowThen` option, though.
    2c51bc0c