Reputation: 193
react_devtools_backend.js:2273 Invariant Violation: Minified React error #152; visit http://reactjs.org/docs/error-decoder.html?invariant=152&args[]=t for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
This issue doesn't come when I run project localy but after deploying code on AWS server this issues can be seen in console.
Please help, and one thing more How can I debug this issue locally?
Upvotes: 1
Views: 1315
Reputation: 44
This means nothing was returned from render, return statement is missing
Upvotes: 0