We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
const Comp = () => { return <IAmHidden/> }
const Comp = () => { return <IAmAlsoHidden></IAmAlsoHidden> }
Expectation: Syntax highlight should detect return type component
The text was updated successfully, but these errors were encountered:
Looks like it's not just js jsx
Anything between <> causes the issue inside the codeblocks
<>
Sorry, something went wrong.
fix: Fix string html escape error (#101).
84b66fe
released v1.5.2 (#101)
24e721b
@ShubhamVerma1811 Upgrade v1.5.2
v1.5.2
Can confirm it's fixed!
Thank you @jaywcjlove!
No branches or pull requests
Steps to reproduce:
Expectation:
Syntax highlight should detect return type component
The text was updated successfully, but these errors were encountered: