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
If a keyed EachBlock contains an IfBlock, it is called only with create_if_block(component, state), while in the function's definition it expects create_if_block(component, key, state).
The each being keyed seems to be necessary for reproducing this, but I haven't looked much into what other situations this affects or what might be causing it.
The text was updated successfully, but these errors were encountered:
https://svelte.technology/repl?version=1.56.1&gist=2b04ce441cdb48cb0d4277db0d94b9ff
If a keyed EachBlock contains an IfBlock, it is called only with
create_if_block(component, state)
, while in the function's definition it expectscreate_if_block(component, key, state)
.The each being keyed seems to be necessary for reproducing this, but I haven't looked much into what other situations this affects or what might be causing it.
The text was updated successfully, but these errors were encountered: