fix(table-chart): don't color empty cells in table chart with color formatters (#21501)

This commit is contained in:
Mayur
2022-09-28 13:46:12 +05:30
committed by GitHub
parent 93f08e778b
commit 60bab4269f
3 changed files with 80 additions and 4 deletions

View File

@@ -37,6 +37,9 @@
"regenerator-runtime": "^0.13.7",
"xss": "^1.0.10"
},
"devDependencies": {
"@testing-library/react": "^11.2.0"
},
"peerDependencies": {
"@types/react": "*",
"@types/classnames": "*",