diff --git a/Examples/UIExplorer/XHRExampleFetch.js b/Examples/UIExplorer/XHRExampleFetch.js index 4f40842810160d..508ce9a0105d57 100644 --- a/Examples/UIExplorer/XHRExampleFetch.js +++ b/Examples/UIExplorer/XHRExampleFetch.js @@ -28,7 +28,7 @@ var { class XHRExampleFetch extends React.Component { - constructor(props) { + constructor(props: any) { super(props); this.state = { responseText: null,