JSX: Convert encoded HTML entities in attributes into UTF-8 #10563
Labels
Bug
A bug in TypeScript
Domain: JSX/TSX
Relates to the JSX parser and emitter
Fixed
A PR has been merged for this issue
Milestone
From #10492
Encountered another difference with babel regarding encoded HTML in attributes:
TypeScript Version: 2.0.0
Code
Expected behavior:
Outputs the html
Actual behavior:
Outputs the html
Make sure that &# and &#x works too!
Be careful of the following subtlety
The text was updated successfully, but these errors were encountered: