Skip to content

Commit

Permalink
Oops removed 'isSynchronousXHRSupported' from EventEmitter config
Browse files Browse the repository at this point in the history
We're no longer emitting an event for that.
  • Loading branch information
bvaughn committed Mar 11, 2021
1 parent 92c6cae commit 2310a7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-devtools-shared/src/devtools/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export default class Store extends EventEmitter<{|
supportsProfiling: [],
supportsReloadAndProfile: [],
unsupportedRendererVersionDetected: [],
isSynchronousXHRSupported: [],
|}> {
_bridge: FrontendBridge;

Expand Down

0 comments on commit 2310a7d

Please sign in to comment.