JiHong88 / suneditor

Pure javascript based WYSIWYG html editor, with no dependencies.
http://suneditor.com
MIT License
1.67k stars 308 forks source link

this._iframeAutoHeight is not a function #1346

Open jahanzaib88 opened 6 months ago

jahanzaib88 commented 6 months ago

i have been trying to upload a file in a separate component and then passing its content to editor component. i want editor to display this content but instead it is giving me this issue

ERROR this._iframeAutoHeight is not a function TypeError: this._iframeAutoHeight is not a function at Object._resourcesStateChange (http://localhost:3000/static/js/bundle.js:82342:12) i am using version "suneditor": "^2.45.1", "suneditor-react": "^3.6.1".