react-activestorage-provider icon indicating copy to clipboard operation
react-activestorage-provider copied to clipboard

Don't catch user's runtime exceptions

Open 6temes opened this issue 5 years ago • 0 comments

The "onSubmit" function is provided by the user. In case of failure, the exception should bubble back to the user's code, instead of being caught in the library, so the user can deal with it.

6temes avatar Oct 08 '19 05:10 6temes