react-activestorage-provider
react-activestorage-provider copied to clipboard
Don't catch user's runtime exceptions
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.