Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rvetere committed Apr 26, 2024
1 parent 6ab61b9 commit 8c654b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-docgen/src/utils/getTSType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ function handleTSParenthesizedType(
typeParams: TypeParameters | null,
): ElementsType<TSFunctionSignatureType> {
const innerTypePath = path.get('typeAnnotation');

// Resolve the type inside the parentheses using your existing function
const resolvedType = getTSTypeWithResolvedTypes(innerTypePath, typeParams);

return {
Expand Down

0 comments on commit 8c654b0

Please sign in to comment.