Mark
Mark
Thanks for the heads up @jlegreid and sharing your workaround. I'll keep an eye out if more users are experiencing this.
Thanks for the updates everyone. Could I ask someone to try regenerating their lockfile as well as nuking node_modules? ```sh rm -rf node_modules package-lock.json npm i ``` Let me know...
Sounds good @tremby
@TheRarita I think your CodeSandbox link is incorrect?
No worries @TheRarita. Thanks for the update.
@charkour Just confirming, `domNode instanceof Element` check is working on the server-side, but not working on the client-side?
@charkour A reproducible demo would definitely be helpful!
Thanks for opening this issue @loganvolkers. Would you like to open a PR?
Sounds good @loganvolkers!
@Stephan-C `html-dom-parser` should be loading `htmlparser2` on the server-side, which doesn't use `document`. Does Deno end up using the [browser](https://github.com/remarkablemark/html-dom-parser/blob/v1.0.4/package.json#L83-L85) field from `package.json`?