Fix warnings

This commit is contained in:
2021-03-09 10:56:15 -06:00
parent bd190d30cb
commit 617d78ae24
18 changed files with 65 additions and 34 deletions

View File

@@ -3,7 +3,7 @@ import {getIPCRenderer} from '../../utils';
const ipcRenderer = getIPCRenderer();
export default class extends Component {
export default class IPCContainer extends Component {
handlerList = {};
componentWillUnmount() {
@@ -42,4 +42,4 @@ export default class extends Component {
}
};
};
};