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
There seems to be an issue related to the component shadowing (Footer, Header) causing that Shadowed components are ignored and instead default props are rendered.
As this behaviour is a bit different than it was previously it might end up being breaking change with easy fix, just so you could take a look on it and verify my findings.
Tried the same with Header.js file that is not working either now, moving the file into Header folder and changing the file name to index.js did work too
There seems to be an issue related to the component shadowing (Footer, Header) causing that Shadowed components are ignored and instead default props are rendered.
You can see the issue on currently deployed GTC doc site: https://gatsby.carbondesignsystem.com/
Expected:
Current:
This issue seems to be related to the v2 GTC as I had the same result updating one of my site.
@vpicone
The text was updated successfully, but these errors were encountered: