react-cloudimage-responsive
Advanced tools
Comparing version 3.6.0-beta.4 to 3.6.0-beta.5
@@ -70,3 +70,3 @@ "use strict"; | ||
_defineProperty(_assertThisInitialized(_this), "processBg", function (update, windowScreenBecomesBigger) { | ||
var bgNode = (0, _reactDom.findDOMNode)(_assertThisInitialized(_this)); | ||
var bgNode = !_this.server ? (0, _reactDom.findDOMNode)(_assertThisInitialized(_this)) : null; | ||
var data = (0, _cloudimageResponsiveUtils.processReactNode)(_this.props, bgNode, update, windowScreenBecomesBigger); | ||
@@ -73,0 +73,0 @@ |
@@ -70,3 +70,3 @@ "use strict"; | ||
_defineProperty(_assertThisInitialized(_this), "processImg", function (update, windowScreenBecomesBigger) { | ||
var imgNode = (0, _reactDom.findDOMNode)(_assertThisInitialized(_this)); | ||
var imgNode = !_this.server ? (0, _reactDom.findDOMNode)(_assertThisInitialized(_this)) : null; | ||
var data = (0, _cloudimageResponsiveUtils.processReactNode)(_this.props, imgNode, update, windowScreenBecomesBigger); | ||
@@ -73,0 +73,0 @@ |
{ | ||
"name": "react-cloudimage-responsive", | ||
"version": "3.6.0-beta.4", | ||
"version": "3.6.0-beta.5", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "description": "Cloudimage Responsive will smartly resize, compress and accelerate images across the World in your site for all devices. The plugin supports lazy loading technique with fancy animation on image load.", |
69851