mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
react-redux: Fix compilation error for dumb reason.
This commit is contained in:
@@ -297,7 +297,7 @@ namespace TestTOwnPropsInference {
|
||||
|
||||
class OwnPropsComponent extends React.Component<OwnProps & StateProps, {}> {
|
||||
render() {
|
||||
return null;
|
||||
return <div/>;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user