From a41c9741bb1c82c010d848fe0797a13dab11fcad Mon Sep 17 00:00:00 2001 From: Rafi Adnan Date: Wed, 11 Jun 2025 10:55:05 -0400 Subject: [PATCH 1/2] fix: ignore flowNode check if one does not exist --- src/__tests__/data/MultipleAllWithDisplayName.tsx | 7 +++---- src/parser.ts | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/__tests__/data/MultipleAllWithDisplayName.tsx b/src/__tests__/data/MultipleAllWithDisplayName.tsx index 8c89283..767458c 100644 --- a/src/__tests__/data/MultipleAllWithDisplayName.tsx +++ b/src/__tests__/data/MultipleAllWithDisplayName.tsx @@ -3,10 +3,9 @@ import * as React from 'react'; interface ButtonProps extends Omit, 'type'> {} -export const Button = React.forwardRef( - (props, ref) =>