Enable ESLint react/no-deprecated (#24471)
This commit is contained in:
		@@ -76,7 +76,7 @@ export default class ColumnsArea extends ImmutablePureComponent {
 | 
			
		||||
    this.isRtlLayout = document.getElementsByTagName('body')[0].classList.contains('rtl');
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  componentWillUpdate(nextProps) {
 | 
			
		||||
  UNSAFE_componentWillUpdate(nextProps) {
 | 
			
		||||
    if (this.props.singleColumn !== nextProps.singleColumn && nextProps.singleColumn) {
 | 
			
		||||
      this.node.removeEventListener('wheel', this.handleWheel);
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user