react-photostory
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -193,3 +193,3 @@ import React, { Component, PropTypes } from 'react' | ||
attributes: {'data-index': index}, | ||
lazyLoad: renderFirst ? !index === initialIndex : true | ||
lazyLoad: renderFirst ? index !== initialIndex : true | ||
})) | ||
@@ -196,0 +196,0 @@ ) |
@@ -276,3 +276,3 @@ 'use strict'; | ||
attributes: { 'data-index': index }, | ||
lazyLoad: renderFirst ? !index === initialIndex : true | ||
lazyLoad: renderFirst ? index !== initialIndex : true | ||
}); | ||
@@ -279,0 +279,0 @@ }); |
@@ -88,3 +88,3 @@ { | ||
}, | ||
"version": "0.5.0" | ||
"version": "0.5.1" | ||
} |
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
27308
5