src/menu/components/share/sourcecomponent/index.jsx
@@ -20,11 +20,13 @@ } UNSAFE_componentWillMount () { const { value } = this.props const { value, initialValue } = this.props let val = '' if (value) { val = value } else if (initialValue) { val = initialValue } else if (this.props['data-__meta']) { val = this.props['data-__meta'].initialValue || '' }