diff --git a/v3-docs/docs/components/scripts/map-maker.js b/v3-docs/docs/components/scripts/map-maker.js index 0de170f985..8ba5644684 100644 --- a/v3-docs/docs/components/scripts/map-maker.js +++ b/v3-docs/docs/components/scripts/map-maker.js @@ -77,6 +77,7 @@ export function createMap(names) { "loggingIn", "main", "loggingOut", + "IterationCallback" ]; Object.keys(apiList).forEach((key) => { if (TO_IGNORE.includes(key)) {