From a38009eb6dac36cecd41bbd977f4bfc6354154d5 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:47:12 -0300 Subject: [PATCH] removed iterationcallback from list --- v3-docs/docs/components/scripts/map-maker.js | 1 + 1 file changed, 1 insertion(+) 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)) {