react-window-decorators
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -70,3 +70,3 @@ 'use strict'; | ||
cancelAnimationFrame(this.animationFrameRef); | ||
window.removeEventListener('window-scroll', this.handleWindowResize); | ||
window.removeEventListener('window-resize', this.handleWindowResize); | ||
this.windowManager.removeListener(); | ||
@@ -73,0 +73,0 @@ this.windowManager = null; |
{ | ||
"name": "react-window-decorators", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -39,3 +39,3 @@ import React, { Component } from 'react'; | ||
cancelAnimationFrame(this.animationFrameRef); | ||
window.removeEventListener('window-scroll', this.handleWindowResize); | ||
window.removeEventListener('window-resize', this.handleWindowResize); | ||
this.windowManager.removeListener(); | ||
@@ -42,0 +42,0 @@ this.windowManager = null; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package