mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
React.Element<any> » React.Element<*>
Reviewed By: yungsters Differential Revision: D4027388 fbshipit-source-id: 5bc178eab1ab72283622b4b7d418f9fd43ec0792
This commit is contained in:
committed by
Facebook Github Bot
parent
8e2d4cc680
commit
e58d17e68b
@@ -51,7 +51,7 @@ class UIExplorerExampleContainer extends React.Component {
|
||||
);
|
||||
}
|
||||
|
||||
render(): React.Element<any> {
|
||||
render(): React.Element<*> {
|
||||
if (!this.props.module.examples) {
|
||||
return <this.props.module />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user