-
Notifications
You must be signed in to change notification settings - Fork 47.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minified React error #109; #14473
Comments
@fuohua You need to check render method of your OneCateList component. It is difficult to say what's wrong without your code |
Thank you. Find the problem. |
@fuohua |
I encountered this error while working with react using cdn. Below code will help you to generate the errors. <title>Playground</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.1/react.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.1/react-dom.min.js"></script> <script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vendor.js:1 Uncaught Error: Minified React error #109; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=109&args[]=OneCateList for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
The text was updated successfully, but these errors were encountered: