-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Hi, I experienced this error when trying to increase the height of the textarea using:
import React from 'react';
import {MarkdownEditor} from 'react-markdown-editor';
class ReactMdeDemo extends React.Component{
render() {
return (
<MarkdownEditor initialContent="Test" iconsSet="font-awesome" styles ={{styleMarkdownTextArea: {height: '300px'}}}/>
// <MarkdownEditor initialContent="Test" iconsSet="materialize-ui"/>
);
}
}
export default ReactMdeDemo;
Uncaught TypeError: Cannot assign to read only property 'height' of object '#<Object>'
Can anyone know to fix it?
Metadata
Metadata
Assignees
Labels
No labels