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
Using {#each x as x} is not only stupid, it's also dangerous, as this REPL shows.
If you type into any input, data.x changes from array to an element of itself. I think the compiler could either guard against this or leave my data alone and just let me write the occasional dumb code.
The text was updated successfully, but these errors were encountered:
Using {#each x as x} is not only stupid, it's also dangerous, as this REPL shows.
If you type into any input, data.x changes from array to an element of itself. I think the compiler could either guard against this or leave my data alone and just let me write the occasional dumb code.
The text was updated successfully, but these errors were encountered: