[1.1.0] - 2022-04-04
Added
- Added
errorHandlerprop for the client: this will be called now, instead ofconsole.errorandthrowof the errors
Changed
- Changed the way errors are handled: no error is consoled or thrown anymore, they are sent through the
errorHandlerprop so that the user/client can catch them and action accordingly
Removed
const errorMessage = ...console.error(errorMessage);throw errorMessage;
Fixed
No fixes were made.