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
Is your feature request related to a problem? Please describe.
In many cases, when we see an error like Uncaught TypeError: Cannot read property '3' of undefined, the root cause is that a styled component can't access the theme. This could be for many reasons; the app doesn't have a theme provider, the app has imported multiple instances of styled-components, etc.
Describe the solution you'd like
If an exception like this is thrown from within a styled component, we should hint at this being the cause.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In many cases, when we see an error like
Uncaught TypeError: Cannot read property '3' of undefined
, the root cause is that a styled component can't access the theme. This could be for many reasons; the app doesn't have a theme provider, the app has imported multiple instances ofstyled-components
, etc.Describe the solution you'd like
If an exception like this is thrown from within a
styled
component, we should hint at this being the cause.The text was updated successfully, but these errors were encountered: