-
-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
cascader/src/OptionList/index.tsx
Lines 157 to 159 in 6ffd733
const ele = containerRef.current?.querySelector<HTMLElement>( | |
`li[data-path-key="${cellKeyPath.replace(/\\{0,2}"/g, '\\"')}"]`, // matches unescaped double quotes | |
); |
当代码中Selector中存在双引号时,代码将会抛出异常
-
测试代码:
document.querySelector('"asdlfjlksj"')
-
异常信息如下所示
Uncaught DOMException: Failed to execute 'querySelector' on 'Document': '"asdlfjlksj"' is not a valid selector.
Metadata
Metadata
Assignees
Labels
No labels