Skip to content

Commit 2710001

Browse files
committed
load dynamic code lazily
1 parent da7d26f commit 2710001

File tree

1 file changed

+1
-0
lines changed
  • packages/svelte/src/internal/client

1 file changed

+1
-0
lines changed

packages/svelte/src/internal/client/block.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ export function create_each_item_block(item, index, key) {
181181
d: null,
182182
// effect
183183
e: null,
184+
// index
184185
i: index,
185186
// key
186187
k: key,

0 commit comments

Comments
 (0)