Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created June 16, 2019 17:54
Show Gist options
  • Save jsmanifest/2139b9b4fd9c7cda005f2261addf6989 to your computer and use it in GitHub Desktop.
Save jsmanifest/2139b9b4fd9c7cda005f2261addf6989 to your computer and use it in GitHub Desktop.
const initialFileUploaderProps = getFileUploaderProps({
triggerInput: status === 'IDLE' ? triggerInput : undefined,
onChange: status === 'IDLE' ? onChange : undefined,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment