-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Error: Minified React error #130 #1656
Comments
I'm also getting this error, and it's very difficult to debug :( EDIT: @jimfilippou I fixed it by setting the type of children in TemplateWrapper.propTypes = {
children: PropTypes.any,
} I added |
Good call , in my case it was a npm package. When i rebuild my app it was working properly but i will follow your proptypes it seems better than mine |
I recommend |
Details: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. Check the render method of
t
It's just an error but on development server it works!. On
gatsby develop
everything works perfectly but when i dogatsby build
and drop files on github pages it raises this minified error. What is going on?The text was updated successfully, but these errors were encountered: