Bob

Results 1 comments of Bob

Here is my solution to fix this problem. Install: ``` npm i --save-dev codemirror react-codemirror ``` Version: ``` "codemirror": "^5.32.0", "react-codemirror": "^1.0.0", ``` Code: ``` import React, {Component} from 'react';...