-
Notifications
You must be signed in to change notification settings - Fork 51k
Minified React error #[object Object] #12434
Copy link
Copy link
Closed
Description
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?
Reactions are currently unavailable