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
I've tried changing the Svelte version (from 4.2.1), here are the results: <=4.0.5 -> Works flawlessly 4.1.0 -> Leaked key-value prop >=4.1.2 -> Leaked key, undefined value
Describe the bug
Mixing
#each
andsvelte:component
causes props contamination on versions >=4.1.0
when#each
block is re-evaluated. Link to the REPLReproduction
https://svelte.dev/repl/d726672633d548db8ebb15d3b084df36?version=4.2.1
Logs
No response
System Info
REPL@4.2.1
Severity
annoyance
The text was updated successfully, but these errors were encountered: