Fix missing type for state
							parent
							
								
									fe1d0e66fe
								
							
						
					
					
						commit
						fa03b10409
					
				|  | @ -41,7 +41,7 @@ export default class BackdropPanel extends React.PureComponent<IProps, IState> { | |||
|     }; | ||||
|     private style = getComputedStyle(document.documentElement); | ||||
| 
 | ||||
|     public state = {}; | ||||
|     public state: IState = {}; | ||||
| 
 | ||||
|     public componentDidMount() { | ||||
|         UIStore.instance.on("SpacePanel", this.onResize); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Dariusz Niemczyk
						Dariusz Niemczyk