react: Minified React error #[object Object]
Building locally produces no errors, whereas our production build serves the following:
app-public.js:formatted:23111 Error: Minified React error #[object Object]; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=[object Object] for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at n (app-public.js:formatted:21146)
at a (app-public.js:formatted:23584)
at s (app-public.js:formatted:23649)
at commitDeletion (app-public.js:formatted:23754)
at t (app-public.js:formatted:22850)
at E (app-public.js:formatted:23249)
at b (app-public.js:formatted:23228)
at h (app-public.js:formatted:23158)
at m (app-public.js:formatted:23135)
at Object.updateContainer (app-public.js:formatted:24015)
at app-public.js:formatted:24572
at Object.unbatchedUpdates (app-public.js:formatted:23901)
at Qt (app-public.js:formatted:24571)
at Object.render (app-public.js:formatted:26071)
at Object.<anonymous> (app-public.js:formatted:56736)
at Object.<anonymous> (app-public.js:formatted:56741)
I am unsure how to debug this, as there does not seem to be precedent for receiving an error code that is an object. Any ideas on how to proceed?
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 18
Here are a couple blocks above and the rest of the block that contains the function call in frame 2.
React version: 16.2.0 I’m not using Webpack, I’m using rails asset pipeline and uglifier. Uglifier is version (2.5.3).