diff --git a/core/gather/navigation-runner.js b/core/gather/navigation-runner.js index 72c841f73898..31c6e7c45d80 100644 --- a/core/gather/navigation-runner.js +++ b/core/gather/navigation-runner.js @@ -303,7 +303,7 @@ async function navigationGather(page, requestor, options = {}) { page, resolvedConfig, requestor: normalizedRequestor, - computedCache: new Map(), + computedCache, }; const {baseArtifacts} = await _setup(context);