You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently seeing rare invariant errors in production with the good old "Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings".
We're using React 15.4.2, so I was expecting nice error codes instead from reactProdInvariant.
Looking more closely, I realized DraftJS was also using invariant, but not reactProdInvariant; it feels pretty safe to assume that those production exceptions come from DraftJs.
What is the expected behavior?
Could DraftJS implement the same improvement to production invariants that React did in 15.2 with reactProdInvariant? See react/react#6948
Do you want to request a feature or report a bug?
Request a feature
What is the current behavior?
We're currently seeing rare invariant errors in production with the good old "Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings".
We're using React 15.4.2, so I was expecting nice error codes instead from
reactProdInvariant.Looking more closely, I realized DraftJS was also using
invariant, but notreactProdInvariant; it feels pretty safe to assume that those production exceptions come from DraftJs.What is the expected behavior?
Could DraftJS implement the same improvement to production invariants that React did in 15.2 with
reactProdInvariant? See react/react#6948