Skip to content

Commit ce1b394

Browse files
committed
Followup fix for React.PropTypes.node
This should have gone in as a part of facebook#2343
1 parent a54ed49 commit ce1b394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addons/link/__tests__/ReactLinkPropTypes-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('ReactLink', function() {
9595
{value: 42, requestChange: emptyFunction}
9696
);
9797
typeCheckPass(
98-
LinkPropTypes.link(React.PropTypes.renderable),
98+
LinkPropTypes.link(React.PropTypes.node),
9999
{value: 42, requestChange: emptyFunction}
100100
);
101101
});

0 commit comments

Comments
 (0)