We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d50834 commit 5c969e8Copy full SHA for 5c969e8
node_package/src/buildConsoleReplay.ts
@@ -15,7 +15,6 @@ export function consoleReplay(customConsoleHistory: typeof console['history'] |
15
// console.history is a global polyfill used in server rendering.
16
const consoleHistory = customConsoleHistory ?? console.history;
17
18
- // $FlowFixMe
19
if (!(Array.isArray(consoleHistory))) {
20
return '';
21
}
0 commit comments