Anthony Blond

Results 6 comments of Anthony Blond

I'm also curious if this progressed further. Perhaps at another location?

I ran into this problem specifically with commas. `url?id=1,2,3` becomes `url?id=1,2,3`, great, can use that to hit endpoint expecting comma separated array (i.e the qs library with comma: true). Using...

I noticed this in vitest, after upgrading from v0.34.1 to v0.34.2. I also noticed it happens when using happy-dom as the environment, not jsdom. So I think it may be...

Maybe the docs should be updated. I thought the full path is not meant to be visible to users anyway, with only the name being available as per https://developer.mozilla.org/en-US/docs/Web/API/File

I ran into this issue with [@mui/x-data-grid](https://mui.com/x/react-data-grid/getting-started/) when switching from jest+jsdom to vitest+happy-dom. It produces lots of errors when tests are run that say: > stderr | src/components/FakeComponent/index.test.tsx > it...

Thank you for this explanation. I got confused trying to get it working as per the readme. Unfortunately this does somewhat break the purpose of having a separate web.js (or...