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
I have a component inside molecules, I can use, without errors inside other component in molecules, but when I tried to override its styles, that's when I get an error with the displanName being undefined.
It only occurs when the components are in the same location.
This is the error I got: Uncaught TypeError: Cannot read property 'displayName' of undefined
The text was updated successfully, but these errors were encountered:
I have a component inside molecules, I can use, without errors inside other component in molecules, but when I tried to override its styles, that's when I get an error with the displanName being undefined.
It only occurs when the components are in the same location.
This is the error I got:
Uncaught TypeError: Cannot read property 'displayName' of undefined
The text was updated successfully, but these errors were encountered: