I got `Minified React error #307` on 10.0.0 version.
See original GitHub issueDo you want to request a feature or report a bug?
- [o] I found a bug
- I want to propose a feature
What is the current behavior?
I got Minified React error #307
on 10.0.0 version. My app crashes on pages were dropzone is implemented. When I return it on 9.0.0 it works fine.
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
If this is a feature request, what is motivation or use case for changing the behavior?
Please mention other relevant information such as the browser version, Operating System and react-dropzone version.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Invariant Violation: "Minified React error #307 - Stack Overflow
When importing some components from the library in the apps we are getting the Minified React error #307. If we have the same...
Read more >Gatsby fails to build pages on netlify: WebpackError: Minified ...
Gatsby fails to build pages on netlify: WebpackError: Minified React error #65; ... My site builds fine locally. On Netlify it crashes when...
Read more >Minified React error - Theia Community
when I open About, I get this err, I do not fix it? 2022-10-13T07:42:00.408Z root ERROR Error: Minified React error #409; ...
Read more >3216341-33.patch - Drupal
is deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. ... + $container->get('state') ); } @@ -323,8 +307,11 @@ public function ...
Read more >react-dnd | Yarn - Package Manager
Important: This documentation covers modern versions of Yarn. For 1.x docs, see classic.yarnpkg.com. Yarn.
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 am also seeing an app-crashing error after upgrading to v10.
Some additional details:
The react-dropzone component loads just fine when loading my app without minification. To reproduce the error, bundle the app and minify it. When the component is loaded the app will crash (white screen) and throw an error in console:
Happy to share more details as needed.
Edit: Work-around is to downgrade to v9.0.0, no more crashing.
I think
lastEffect
is an internal react error, see this SO and facebook/react#14014. In any case, the error is not a direct cause of this lib, so I’ll be closing the issue.