Skip to content

[1.1.0] - 2022-04-04

Choose a tag to compare

@einazare einazare released this 11 Apr 11:54
4a6f1f2

Added

  • Added errorHandler prop for the client: this will be called now, instead of console.error and throw of the errors

Changed

  • Changed the way errors are handled: no error is consoled or thrown anymore, they are sent through the errorHandler prop so that the user/client can catch them and action accordingly

Removed

  • const errorMessage = ...
  • console.error(errorMessage);
  • throw errorMessage;

Fixed

No fixes were made.