Since I updated all import to the most current version I get the "Warning: Use the defaultValue or value props on
getting the same error
hi, did you install through master branch or v0.4.1 ? It's supposed to be fixed in pull request #73 . Not released yet
Yes, i've reinstalled it with:
npm i git+https://github.com/zenoamaro/react-quill.git
and error has gone, thanks!
Sorry about the delay. The fix will be out soon.
still has error. Could you please give us an ETA for the new release ?
thanks
I am having error with this as well
+1
+1
+1
The master branch does not give me the error anymore.
+1 'master branch'
When will you update npm?
+1
npm package still not updated
+1
npm package still not updated
+1
npm package still not updated
+1
npm package
+1 for npm package 馃
+1
@zenoamaro can you update npm package?
last version in npm - 0.4.1, in current package.json 2.0.1
npm - 0.4.1 still broken,
npm i git+https://github.com/zenoamaro/react-quill.git - solution
@zenoamaro is it possible to get the 1.0.0 release from the npm registry?
npm i -S [email protected]
I'm getting this error on v1.2.3. Any way to fix it?
@volkandkaya I was getting the same error and fix it this way:
<select className="ql-size" value={this.state.fontSize} onChange={this.handleFontSizeChange}>
<option value="extra-small">Extra Small</option>
<option value="small">Small</option>
<option value="medium">Medium</option>
<option value="large">Large</option>
</select>
You can read more about this issue here:
https://reactjs.org/docs/forms.html
The way to solve it is to put a value on the select tag and then have a handleFontSizeChange function:
handleFontSizeChange(event) {
this.setState({
fontSize: event.target.value,
});
}
Most helpful comment
still has error. Could you please give us an ETA for the new release ?
thanks