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
If there is an error while importing a component, lab shows the error message that React throws. This was the error message that I saw:
Invariant Violation: Minified React error #130;
visit http://facebook.github.io/react/docs/error-decoder.html?invariant=130&args[]=object&args[]=
for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
The text was updated successfully, but these errors were encountered:
Thanks! We initially set the app to production to help with React performance, but due to the nature of this app, it might best be left in development. I'll try some builds and see if this is something we can add to a release soon
Use case:
If there is an error while importing a component, lab shows the error message that React throws. This was the error message that I saw:
The text was updated successfully, but these errors were encountered: