-
Notifications
You must be signed in to change notification settings - Fork 38k
Closed
Labels
info-neededIssue requires more information from posterIssue requires more information from posterjavascriptJavaScript support issuesJavaScript support issues
Description
Visual Studio Code reports syntax errors if namespaces are used inside JSX.
Namespaces are not supported by React (babel-plugin-transform-react-jsx),
but Babel correctly parses them (babel-plugin-syntax-jsx).
Is this something that should be added directly to VSCode or an extension would be a better choice?
WebStorm and Sublime Text do not have this problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from posterjavascriptJavaScript support issuesJavaScript support issues