Skip to content

Commit 24d34fe

Browse files
skv-headlessfacebook-github-bot
authored andcommitted
Fix inspector crash
Summary: **Motivation** Use inspector **Test plan (required)** UIExplorer <img width="305" src="https://cloud.githubusercontent.com/assets/1488195/22839533/46be7cd6-efe3-11e6-9fdc-4f483b471388.gif" /> Closes facebook#12335 Differential Revision: D4545191 fbshipit-source-id: 27ad519032c6c48199875a62d8e768af5336ce23
1 parent fe07573 commit 24d34fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Libraries/Inspector/NetworkOverlay.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ class NetworkOverlay extends React.Component {
6767
rowID: number,
6868
highlightRow: (sectionID: number, rowID: number) => void,
6969
) => React.Element<any>;
70-
_renderScrollComponent: (props: Object) => React.Element<any>;
7170
_closeButtonClicked: () => void;
7271
// Map of `socketId` -> `index in `_requests``.
7372
_socketIdMap: Object;
@@ -97,7 +96,6 @@ class NetworkOverlay extends React.Component {
9796
this._captureDetailScrollView = this._captureDetailScrollView.bind(this);
9897
this._listViewOnLayout = this._listViewOnLayout.bind(this);
9998
this._renderRow = this._renderRow.bind(this);
100-
this._renderScrollComponent = this._renderScrollComponent.bind(this);
10199
this._closeButtonClicked = this._closeButtonClicked.bind(this);
102100
this._socketIdMap = {};
103101
this._xhrIdMap = {};

0 commit comments

Comments
 (0)