Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 513 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 513 Bytes

react-codemirror-demos

Common Errors:

// <StrictMode>
  <App />
// </StrictMode>
  • Not importing codemirror/lib/codemirror.css: this will cause text to jump out off the editor whenever the Controlled/UnControlled editor componenet is placed in a div with multiple components.