diff --git a/Examples/UIExplorer/XHRExample.js b/Examples/UIExplorer/XHRExample.js index db172efc1..2a3b1ebbb 100644 --- a/Examples/UIExplorer/XHRExample.js +++ b/Examples/UIExplorer/XHRExample.js @@ -119,6 +119,11 @@ var PAGE_SIZE = 20; class FormUploader extends React.Component { + _isMounted: boolean; + _fetchRandomPhoto: () => void; + _addTextParam: () => void; + _upload: () => void; + constructor(props) { super(props); this.state = {