issues
search
kqito
/
use-tus
React hooks for resumable file uploads using tus
https://kqito.github.io/use-tus/?path=/story/usetus--basic
MIT License
104
stars
8
forks
source link
Fix to abort uploading before remove
#25
Closed
kqito
closed
3 years ago
kqito
commented
3 years ago
Overview
Change to abort uploading before remove
remove
function is return value of
useTus
hooks has a bug that was not abort uploading.
This is PR will fix the bug.
Update storybook's UI
Overview
remove
function is return value ofuseTus
hooks has a bug that was not abort uploading.