rc-editor-mention
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -152,3 +152,3 @@ 'use strict'; | ||
var editorProps = this.controlledMode ? { value: this.state.value } : {}; | ||
var defaultValueState = typeof defaultValue === 'string' ? (0, _rcEditorCore.toEditorState)(defaultValue) : defaultValue; | ||
var defaultValueState = typeof defaultValue === 'string' ? _draftJs.ContentState.createFromText(defaultValue) : defaultValue; | ||
return _react2["default"].createElement( | ||
@@ -155,0 +155,0 @@ 'div', |
{ | ||
"name": "rc-editor-mention", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "mention ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
89198