This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Hotfix: Buttons will submit wrapping forms
Components in React Fine Uploader that contained <button>
elements would submit wrapping forms when invoked. This was due to lack of a type='button'
attribute on the these <button>
elements, which made them submit buttons by default. This affected the following components:
<CancelButton />
<DeleteButton />
<PauseResumeButton />
<RetryButton />