Drozone style class | isn't loaded
See original GitHub issue- [ x] I found a bug
Hi there,
I installed the last version:
"react-dropzone": "^11.3.4",
When I dropped your example into my code: https://react-dropzone.js.org/#section-previews
the dropzone style class wasn’t loaded:
Where is this style class defined into your example, please?
<div {...getRootProps({className: 'dropzone'})}>
Brs.
FileUploader.component.txt
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
Why is my dropzone javascript form not working?
I'm building the front end of a website and I'm using dropzone.js for image uploads. Now I've included the dropzone.min.js and the dropzone.css...
Read more >DropZone will not display upload area - Laracasts
Hello! I cannot get Dropzone working and i am pretty much sure it is just me. I used the dropzone npm package and...
Read more >Styling Dropzone
The hook fn doesn't set any styles on either of the prop fns ( getRootProps() / getInputProps() ). Using inline styles. Drag 'n'...
Read more >react-dropzone - npm
Not a File Uploader. This lib is not a file uploader; as such, it does not process files or provide any way to...
Read more >Create a Drag-and-Drop zone in React with react-dropzone
Styling. Although our React-dropzone is working well, it doesn't look ... that the React-dropzone does not accept files nor list the file name,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i’m faving the same issue. Just dragged the example and the css doesn’t shows
Styling is the user’s responsibility and not in the scope of this library. And the examples we provide are just that, examples, and not meant for use in production.