mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
fix: lint update (#29336)
This commit is contained in:
@@ -20,7 +20,7 @@ function ariaConvert(wrapper: CheerIO) {
|
||||
const matches = new Map();
|
||||
|
||||
function process(entry: CheerIOElement) {
|
||||
if (entry.type === 'text') {
|
||||
if (entry.type === 'text' || entry.type === 'comment') {
|
||||
return;
|
||||
}
|
||||
const { attribs, children } = entry;
|
||||
|
||||
Reference in New Issue
Block a user