Skip to content
New issue

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

JSX properties red if there is an underscore in prop name #648

Closed
mjbvz opened this issue Aug 20, 2018 · 0 comments
Closed

JSX properties red if there is an underscore in prop name #648

mjbvz opened this issue Aug 20, 2018 · 0 comments
Assignees

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Aug 20, 2018

From @marsiancba on August 17, 2018 13:50

This is probably some bug in TSX syntax highlighting:

image

<Test
    a=''
    b_c='111'
    d=''
/>

function Test(props: { a: string, b_c: string, d: string }) { return <span /> };

Copied from original issue: microsoft/vscode#56685

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant