0

Ive read this post. But the typescript definition of an instance Dropzone doesn't have an options property and if I change the url of the DropzoneOptions object later, the change isn't reflected.

Community
  • 1
  • 1
Mike_G
  • 16,237
  • 14
  • 70
  • 101

1 Answers1

0

Pretty much the only way I have found to do this is editing the index.d.ts file for Dropzone to remove static declaration of options. Once I did that, the setup is pretty much like the previously linked post.

Mike_G
  • 16,237
  • 14
  • 70
  • 101