sstur / react-rte

Pure React rich text WYSIWYG editor based on draft-js.
https://react-rte.org
ISC License
2.86k stars 431 forks source link

Fix setState in constructor #457

Open xiaohanzhang opened 1 year ago

xiaohanzhang commented 1 year ago

setState in constructor will give undefined state error. fixed by change it to this.state = this._getSize(width, height);