Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Your example from Readme.md is not working out of the box #6

Open
thinkrapido opened this issue Dec 20, 2019 · 3 comments
Open

Your example from Readme.md is not working out of the box #6

thinkrapido opened this issue Dec 20, 2019 · 3 comments

Comments

@thinkrapido
Copy link

the callback functions are not called and you use Tag which is wrong.

It should be to correspond with your code

@thinkrapido
Copy link
Author

import Dropzone from "dropzone";
this line is missing in your npm published package!
oh-buddy

@benkissi
Copy link

benkissi commented Feb 13, 2020

import Dropzone from "dropzone";
this line is missing in your npm published package!
oh-buddy

Exactly. Error Dropzone is not defined

@multics
Copy link

multics commented Mar 23, 2020

After reading dropzone doc, I figured out that we need manually download dropzone.min.js and source it in your index.html. This works, but another warning occurs, from Dropzone itself: Dropzone already attached.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants