We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58d3eb commit bf1e92cCopy full SHA for bf1e92c
1 file changed
app/middlewares/debuggerAPI.js
@@ -48,6 +48,7 @@ const workerOnMessage = message => {
48
},
49
'*'
50
);
51
+ return false;
52
}
53
54
if (data && (data.__IS_REDUX_NATIVE_MESSAGE__ || data.__REPORT_REACT_DEVTOOLS_PORT__)) {
0 commit comments