You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
It seems like something about for await iterating an async generator that has a while or for loop in it triggers the infinite loop detection. Granted, it is an infinite loop, just not in the same sense this detection is meant to block.
The text was updated successfully, but these errors were encountered:
https://svelte.dev/repl/c42e039670d14b3a807aa6576dd3c86b?version=3.21.0
It seems like something about
for await
iterating an async generator that has awhile
orfor
loop in it triggers the infinite loop detection. Granted, it is an infinite loop, just not in the same sense this detection is meant to block.The text was updated successfully, but these errors were encountered: