mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-03 19:36:20 +00:00 
			
		
		
		
	Fix Container prop types
This commit is contained in:
		
							parent
							
								
									481c178cd6
								
							
						
					
					
						commit
						1ed5ff96d8
					
				@ -27,7 +27,7 @@ class Container extends React.Component { // eslint-disable-line react/prefer-st
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
Container.propTypes = {
 | 
			
		||||
  children: React.PropTypes.object,
 | 
			
		||||
  children: React.PropTypes.array,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export default Container;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user