We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2101e9 commit e74c8b1Copy full SHA for e74c8b1
src/test/extending-components.test.js
@@ -78,6 +78,7 @@ describe('extending components', () => {
78
expectCSSMatches('.a {color: blue;}.a > h1 {font-size: 4rem;} .b {color: red;}')
79
})
80
81
+ // Skipped because test fails
82
xit('should keep default props from parent', () => {
83
const parentProps = {
84
color: {
0 commit comments