react-i13n
Advanced tools
Comparing version 0.1.21 to 0.1.22
@@ -122,2 +122,3 @@ /** | ||
} | ||
clearTimeout(pageInitViewportDetectionTimeout); | ||
this._createI13nNode(); | ||
@@ -310,3 +311,6 @@ this._i13nNode.setReactComponent(this); | ||
self._i13nNode.getChildrenNodes().forEach(function detectChildrenViewport (childNode) { | ||
childNode.getReactComponent()._recursiveDetectViewport(); | ||
var reactComponent = childNode.getReactComponent(); | ||
if (reactComponent) { | ||
reactComponent._recursiveDetectViewport(); | ||
} | ||
}); | ||
@@ -313,0 +317,0 @@ } |
{ | ||
"name": "react-i13n", | ||
"description": "React I13n provides a performant and scalable solution to application instrumentation.", | ||
"version": "0.1.21", | ||
"version": "0.1.22", | ||
"main": "index.js", | ||
@@ -19,3 +19,3 @@ "repository": { | ||
"hoist-non-react-statics": "^1.0.0", | ||
"object-assign": "^2.0.0", | ||
"object-assign": "^3.0.0", | ||
"promise": "^7.0.1", | ||
@@ -22,0 +22,0 @@ "setimmediate": "^1.0.2" |
@@ -72,3 +72,3 @@ # react-i13n | ||
Or follow our guide and [create your own](./docs/api/createPlugins.md). | ||
Or follow our guide and [create your own](./docs/guides/createPlugins.md). | ||
@@ -75,0 +75,0 @@ |
119178
2881
+ Addedobject-assign@3.0.0(transitive)
Updatedobject-assign@^3.0.0