Capitalization in tags causes rendering in Editor to break
See original GitHub issueIn short, a user discovered that by using <Br />
caused header rendering to break in the editor (headers no longer coloured blue in the editor window). This did not cause any issues in the BrewRenderer, only the editor.
Repro 1:
Repro 2:
Repro 3:
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Warn if rendering an HTML tag spelled with uppercase letters
If I try running the following code: var Hello = React.createClass({ render: function() { return React.createElement('BR', null); } }) ...
Read more >How to troubleshoot React errors - Blog - Pusher
In JSX, rendering a component that begins with a lowercase letter compiles down to React.createElement('component') , the equivalent of an HTML ...
Read more >Use the ins tag - Campaign Manager 360 Help - Google Support
HTML attribute Changes into this ad request parameter Purpose
data‑dcm‑interstitial dcopt=1_ist Designates inte...
data‑dcm‑impression‑exchange‑id pc The IAB impres...
data‑dcm‑keywords kw Keywords used...
Read more >text-transform - CSS-Tricks
The text-transform property in CSS controls text case and capitalization.
Read more >With jQuery, how do I capitalize the first letter of a text field ...
I'd prefer this approach over CSS, because it actually capitalizes the strings (i.e it is done at the data level), instead of just...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Might be worth creating an issue on CodeMirror s GitHub. Worst they could do is say no and close the issue.
Confirmed.
As the issue no longer exists due to the dependency update, I will now close this issue.