Sarfaraz

Results 2 comments of Sarfaraz

> Hey thanks for the PR, I am not maintaining this project actively. But will try to take a look at this on the weekend. Thank you @sherubthakur. Please try...

Use [react-codemirror2](https://github.com/scniro/react-codemirror2). Here how i solve this: ``` import React, { Component } from "react"; // import CodeMirror from "react-codemirror"; import { Controlled as CodeMirror } from "react-codemirror2"; require("codemirror/theme/dracula.css"); require("codemirror/mode/xml/xml");...