-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
use free variable for native fetch #5049
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
Conversation
|
|
Huh. Are the failures on Safari/Firefox? We were fooled by green checks pretty hard. |
|
No, just running |
|
Somewhat recently, there was a change to have Playwright use whatever version of Chrome it could find on your system, rather than using separate downloaded binaries. I wonder whether that could be related to the difference in behavior in the tests? I'd be in favor of reverting that change anyway. Requiring the user have Chrome installed on their system makes local dev less portable, and not using a specific version makes tests less reproducible. |
Co-authored-by: Maurício Kishi <[email protected]>
Co-authored-by: Maurício Kishi <[email protected]>
Co-authored-by: Maurício Kishi <[email protected]>
|
My latest local builds using Hope this helps. Edit: perhaps I need to update Edit2: That did indeed fix it. Sorry for the noise. Thank you for fixing things so quickly. |
i have ABSOLUTELY NO IDEA how this passed CI in the first place, but apparently #5041 broke a bunch of stuff somehow? my browser suddenly started complaining that you can't call
fetchif it's a property of something that isn'twindow. seems like a weird constraint but who am i to judge.no changeset because #5041 wasn't released yet, so no need
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm testand lint the project withpnpm lintandpnpm checkChangesets
pnpm changesetand following the prompts. All changesets should bepatchuntil SvelteKit 1.0