react-codemirror2
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -223,5 +223,5 @@ 'use strict'; | ||
if (this.props.value && !this.hydrated) { | ||
if (!this.hydrated) { | ||
this.editor.setValue(props.value); | ||
this.editor.setValue(props.value || ''); | ||
@@ -228,0 +228,0 @@ if (this.props.onValueSet) { |
{ | ||
"name": "react-codemirror2", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "a tiny react codemirror component wrapper", | ||
@@ -49,3 +49,3 @@ "main": "index.js", | ||
"css-loader": "0.28.4", | ||
"express": "4.15.3", | ||
"express": "4.15.4", | ||
"js-beautify": "1.6.14", | ||
@@ -57,8 +57,8 @@ "node-sass": "4.5.3", | ||
"react-dom": "15.6.1", | ||
"react-redux": "5.0.5", | ||
"react-redux": "5.0.6", | ||
"redux": "3.7.2", | ||
"sass-loader": "6.0.6", | ||
"style-loader": "0.18.2", | ||
"webpack": "3.4.1" | ||
"webpack": "3.5.3" | ||
} | ||
} |
16097