File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import React , { useState , useEffect , ErrorInfo } from "react" ;
22import ReactDOM from "react-dom" ;
3- import { Test } from "./components" ;
43import { TextField } from "./components/text-field" ;
5- import { GroupStore , GroupStoreMutable } from "./stores/group-store" ;
4+ import { GroupStoreMutable } from "./stores/group-store" ;
65import { GroupContext , GroupContextObject } from "./contexts/group-context" ;
76import { useForceUpdate } from "./force-update" ;
87
@@ -84,7 +83,7 @@ interface State {
8483class App extends React . Component {
8584 public state : State = { } ;
8685
87- public componentDidCatch ( error : Error , info : ErrorInfo ) {
86+ public componentDidCatch ( error : Error , info : ErrorInfo ) : void {
8887 this . setState ( ( ) => ( {
8988 error : error ,
9089 info : info
You can’t perform that action at this time.
0 commit comments