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 got a PR from Dependabot to upgrade jest-styled-components from 7.0.5 to 7.0.8, and our snapshot tests are failing where we are using components with dot notation, due to missing classes.
We got a PR from Dependabot to upgrade
jest-styled-components
from7.0.5
to7.0.8
, and our snapshot tests are failing where we are using components with dot notation, due to missing classes.Here is the component in question:
And an example of a failed test:
It does however generate classes if the dot notation component is further extended, i.e.
const TableHeading = styled(Table.heading)(...)
.Let me know if I can provide any more information to help!
The text was updated successfully, but these errors were encountered: