Skip to content

Commit

Permalink
fix(website): correct issue with infinite render loop #4493
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Mar 30, 2022
1 parent 81b244d commit 49a5557
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -24,6 +24,8 @@ export const propsToFilter = [
'transformFlags',
'resolvedModules',
'imports',
'antecedent',
'antecedents',
];

function isTsNode(value: unknown): value is Node {
Expand Down

0 comments on commit 49a5557

Please sign in to comment.