diff --git a/src/components/loop/roster-for-loop/roster-for-loop.tsx b/src/components/loop/roster-for-loop/roster-for-loop.tsx
index b6e44ca3c..f23a4b679 100644
--- a/src/components/loop/roster-for-loop/roster-for-loop.tsx
+++ b/src/components/loop/roster-for-loop/roster-for-loop.tsx
@@ -31,6 +31,7 @@ export const RosterForLoop = createCustomizableLunaticField<
headers,
iterations,
id,
+ getComponents,
} = props;
const min = lines?.min || DEFAULT_MIN_ROWS;
const max = lines?.max || DEFAULT_MAX_ROWS;
@@ -68,7 +69,15 @@ export const RosterForLoop = createCustomizableLunaticField<