fetch-progress icon indicating copy to clipboard operation
fetch-progress copied to clipboard

Typing is missing for `percentage` prop in callback parameter

Open nemosmithasf opened this issue 4 years ago • 0 comments

 fetchProgress({
          onProgress(progress) {
            progress.percentage // <--- No typing
        })
})

nemosmithasf avatar Jun 24 '21 19:06 nemosmithasf