Open tailongnguyen opened 5 years ago
What version of the library and react are you using?
"dependencies": { "react": "^16.8.3", "react-dom": "^16.8.3", "react-markdown-editor": "^0.6.2", "react-scripts": "2.1.5" },
TypeError: Cannot read property 'string' of undefined
@sociablesasha Can you try npm install --save react-markdown-editor@beta
?
If it works, I will try to publish it later today.
Hi, I experienced this error when trying to increase the height of the
textarea
using:Uncaught TypeError: Cannot assign to read only property 'height' of object '#<Object>'
Can anyone know to fix it?