You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-04 11:51:45 +03:00 
			
		
		
		
	Add some member access qualifiers
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
		@@ -27,7 +27,7 @@ interface IProps {
 | 
			
		||||
export default class NodeAnimator extends React.Component<IProps> {
 | 
			
		||||
    private nodes = {};
 | 
			
		||||
    private children: { [key: string]: React.DetailedReactHTMLElement<any, HTMLElement> };
 | 
			
		||||
    static defaultProps: Partial<IProps> = {
 | 
			
		||||
    public static defaultProps: Partial<IProps> = {
 | 
			
		||||
        startStyles: [],
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user