Skip to content

Commit

Permalink
fix: feel
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaiir committed Sep 25, 2023
1 parent e5127de commit 1723abf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default class RepeatRenderManager {
const localExpressionContext = useMemo(() => ({
this: value,
parent: wrapExpressionContext(parentExpressionContext.this, parentExpressionContext),
i: [ ...parentExpressionContext.i , index ]
i: [ ...parentExpressionContext.i , index + 1 ]
}), [ index, value ]);

return <div class="fjs-repeat-row-container">
Expand Down

0 comments on commit 1723abf

Please sign in to comment.