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
From @waderyan on September 16, 2016 20:6
From @anvish on September 15, 2016 17:2
Steps to Reproduce:
import React from 'react' function render() { return ( <div> <table > <thead> <tr> <th className="b"></th> </tr> </thead> <tbody> <tr> <td className="b"></td> {this.items.map(item => <td key={item.code} className="b">{item.value}</td> ) } </tr> <tr> <td className="b"></td> {this.items.map(item => <td key={item.code} className="b">{item.value}</td> ) } </tr> </tbody> </table> </div> ) } render()
Note a space in <table > tag. 2. Remove a space in <table > tag. Color of last <td> content changes
<table >
<td>
Copied from original issue: microsoft/vscode#12093
Copied from original issue: microsoft/TypeScript#10955
The text was updated successfully, but these errors were encountered:
Fixed by #257
Sorry, something went wrong.
No branches or pull requests
From @waderyan on September 16, 2016 20:6
From @anvish on September 15, 2016 17:2
Steps to Reproduce:
Note a space in
<table >
tag.2. Remove a space in
<table >
tag.Color of last
<td>
content changesCopied from original issue: microsoft/vscode#12093
Copied from original issue: microsoft/TypeScript#10955
The text was updated successfully, but these errors were encountered: