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

*.[j|t]sx parse template string include svg render error, error occurred in marking #97

Open
SCWR opened this issue Jun 10, 2022 · 0 comments

Comments

@SCWR
Copy link

SCWR commented Jun 10, 2022

microsoft/vscode#151580

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.68.0-insider (Universal)
  • OS Version: Mac 12.4

Steps to Reproduce:

  1. Enter the following code
function Test() {
  return <div className={`${test}-svg`} />;
}

function Test2() {
  return <div className="demo" />;
}

image

some thing error
  1. if change svg => svg*+

image

is ok...
  1. first, I think the theme error ,when I change theme, error still exists

image

image

  1. Is it another question?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant