-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Please do not tag release candidate as latest #1261
Comments
I agree. Only |
Hey folks, Apologies for the issues during this transition period. Parse5 will solve a lot of outstanding bugs since it behaves more like the browser, but it is a breaking change for sure. We're going to continue to support htmlparser2 because there are lots of cases where the browser/Parse5's "tree correction" is not what you want or expect. If you prefer to use const dom = htmlparser2.parseDOM(file.contents, options)
const $ = cheerio.load(dom) |
Can anyone help with how to configure Enzyme to accept the |
@astrotim I opened an issue with enzyme about this as it seemed noone had yet: enzymejs/enzyme#2299 |
1.0.0-rc.2
has bugs and should not be tagged aslatest
. Please tag it asnext
, and tag0.22.0
aslatest
.This issue is in response to #1260
The text was updated successfully, but these errors were encountered: