react-modal icon indicating copy to clipboard operation
react-modal copied to clipboard

Runtime error when tabbing elements where shadowDom is a document fragment rather than an element

Open majornista opened this issue 1 year ago • 0 comments

el.activeElement in the following method will be null if el is a document fragment rather than an element, which throws a runtime error:

https://github.com/reactjs/react-modal/blob/a275399059cc37aa02cac7e9385512b02ff5cf15/src/helpers/scopeTab.js#L3-L7

majornista avatar Feb 12 '24 15:02 majornista