react-i18nliner
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -110,3 +110,3 @@ var React = require('react'); | ||
child = this.props[token]; | ||
child = child.type ? cloneWithProps(child, {key: tokens.length}) : child; | ||
child = child && child.type ? cloneWithProps(child, {key: tokens.length}) : child; | ||
children.push(child); | ||
@@ -113,0 +113,0 @@ } else { |
{ | ||
"name": "react-i18nliner", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "i18n made simple", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
34956