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 535ab2d commit 26d9aedCopy full SHA for 26d9aed
src/app/components/StateRoute.tsx
@@ -22,7 +22,6 @@ import PerformanceVisx from './PerformanceVisx';
22
import WebMetrics from './WebMetrics';
23
24
const History = require('./History').default;
25
-const ErrorHandler = require('./ErrorHandler').default;
26
27
const NO_STATE_MSG = 'No state change detected. Trigger an event to change state';
28
// eslint-disable-next-line react/prop-types
src/app/containers/MainContainer.tsx
@@ -92,7 +92,7 @@ function MainContainer(): JSX.Element {
92
);
93
94
currentPort.onDisconnect.addListener(() => {
95
- console.log('this port is disconeccting line 79');
+ console.log('this port is disconnecting line 79');
96
// disconnecting
97
});
98
0 commit comments