Replies: 1 comment 7 replies
-
I wasn't able to reproduce this. Could you help provide a reproduction? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some components that call fetch on the client side and I can't find a way to avoid warnings like this:
I have tried placing the fetch in
onMount()
,setTimeout()
andqueueMicrotask()
handlers, but none of that helps. Is there some way to access thenative_fetch
function directly?This is on Firefox 109 and @sveltejs/kit 1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions