Opened 4 months ago
Last modified 4 months ago
#51990 new defect (bug)
Codemirror does not support JSX by default as mentioned
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | major | Version: | 5.5.3 |
Component: | External Libraries | Keywords: | needs-patch |
Focuses: | Cc: |
Description (last modified by )
Hi,
I found an issue with the core code.
It is mentioned on this link that the CodeMirror lib will support JSX by default in the editor.
https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9
But when I use JSX mode, I do see an invalid System error in the editor.
Please see this image:
{ indentUnit: 2, tabSize: 2, mode: 'jsx' }
Change History (2)
Note: See
TracTickets for help on using
tickets.