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
https://github.com/dperini/nwmatcher/blob/master/src/nwmatcher-noqsa.js#L846
Confirmed in both browser, and node.js+jsdom
This is the smallest I could get it down to:
const el1 = document.createDocumentFragment() const child1 = document.createElement( 'div' ) el1.appendChild( child1 ) const el2 = document.createElement( 'section' ) const child2 = document.createElement( 'p' ) el2.appendChild( child2 ) first( 'span', el1 ) first( 'span', el2 )
TypeError: lastSlice is undefined
first
null
The text was updated successfully, but these errors were encountered:
Acknowledge the bug ... thank you for reporting the issue. A fix is on the way, also this bug did exist at least since 1.3.x so it was well hidden :)
Sorry, something went wrong.
fixes a well hidden bug that may appear during document switching as …
8367599
…reported in issue #109 (@nrkn)
Fixed ! Doing some test before pushing to npm. Thank you again for reporting. 👍
npm
No branches or pull requests
https://github.com/dperini/nwmatcher/blob/master/src/nwmatcher-noqsa.js#L846
Confirmed in both browser, and node.js+jsdom
This is the smallest I could get it down to:
TypeError: lastSlice is undefined
on the second call tofirst
- expected was returnsnull
The text was updated successfully, but these errors were encountered: