Common Errors:
- Forgeting to disable strict mode (in the index.js file): Strict mode will cause a double editor error. See (source)[https://stackoverflow.com/questions/72464452/codemirror-editor-duplicating] for more details
// <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.