From 5a16ab6bbc7199df40de22de6963118591cc57ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Wold=C5=99ich?= <31292499+krystofwoldrich@users.noreply.github.com> Date: Wed, 22 Nov 2023 08:24:07 +0100 Subject: [PATCH] Update utils.ts --- src/js/tools/utils.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/js/tools/utils.ts b/src/js/tools/utils.ts index 056ab9275e..1f677981dc 100644 --- a/src/js/tools/utils.ts +++ b/src/js/tools/utils.ts @@ -77,7 +77,9 @@ export function determineDebugIdFromBundleSource(code: string): string | undefin } /** - * CountingSet was added in Metro 0.71.0 before that NodeJS Set was used. + * CountingSet was added in Metro 0.72.0 before that NodeJS Set was used. + * + * https://github.com/facebook/metro/blob/fc29a1177f883144674cf85a813b58567f69d545/packages/metro/src/lib/CountingSet.js */ function resolveSetCreator(): () => CountingSet { try {