Skip to content

Commit

Permalink
remove FlowFixMe comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AbanoubGhadban committed Sep 30, 2024
1 parent 4d50834 commit 5c969e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node_package/src/buildConsoleReplay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export function consoleReplay(customConsoleHistory: typeof console['history'] |
// console.history is a global polyfill used in server rendering.
const consoleHistory = customConsoleHistory ?? console.history;

// $FlowFixMe
if (!(Array.isArray(consoleHistory))) {
return '';
}
Expand Down

0 comments on commit 5c969e8

Please sign in to comment.