react-intersection-observer
Advanced tools
Comparing version 0.2.11 to 0.2.12
@@ -75,3 +75,2 @@ 'use strict'; | ||
changes.forEach(function (intersection) { | ||
console.log(intersection); | ||
if (INSTANCE_MAP.has(intersection.target)) { | ||
@@ -78,0 +77,0 @@ var _INSTANCE_MAP$get = INSTANCE_MAP.get(intersection.target), |
{ | ||
"name": "react-intersection-observer", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"description": "Monitor if a component is inside the viewport, using IntersectionObserver API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -66,3 +66,2 @@ if (global.window && !process.env.SERVER) { | ||
changes.forEach(intersection => { | ||
console.log(intersection) | ||
if (INSTANCE_MAP.has(intersection.target)) { | ||
@@ -69,0 +68,0 @@ const { callback, visible, threshold } = INSTANCE_MAP.get( |
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
23275
372