Skip to content

Commit

Permalink
1 file modified
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederickPu committed Feb 4, 2023
1 parent ca4547e commit 0ca681d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Common Errors:

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

```javascript
// <StrictMode>
Expand Down

0 comments on commit 0ca681d

Please sign in to comment.