Felix Boehm
Felix Boehm
You are likely importing the default export: ```js import cheerio from 'cheerio'; ``` This will import a pre-loaded instance of cheerio, which can lead to subtle bugs and issues. Instead,...
Fixed with the [1.0 release](https://github.com/cheeriojs/cheerio/releases/tag/v1.0.0)!
Re-opening this as the default export should probably be removed.
See my response above.
The default export has been removed.
This hasn't been released yet — as the banner at the top of the website says: > Cheerio's website is still a work-in-progress, and covers Cheerio's next release that isn't...
Fixed with the [1.0 release](https://github.com/cheeriojs/cheerio/releases/tag/v1.0.0)!
`undefined` is treated as if no value is passed, and will result in a `get` call. I agree that that is surprising. Let's see what jQuery does and align with...
Thanks @yogeshkudikala!
Fixed with the [1.0 release](https://github.com/cheeriojs/cheerio/releases/tag/v1.0.0)!