We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562e406 commit 74b9417Copy full SHA for 74b9417
test/specs/collections/Message/Message-test.js
@@ -21,7 +21,7 @@ describe('Message', () => {
21
common.implementsShorthandProp(Message, {
22
propKey: 'header',
23
ShorthandComponent: MessageHeader,
24
- mapValueToProps: val => ({ children: val }),
+ mapValueToProps: val => ({ content: val }),
25
})
26
27
propKey: 'list',
0 commit comments