Skip to content

Commit

Permalink
Add displayName to Link component (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
hailwood authored Apr 14, 2023
1 parent 62bc0e7 commit 9a6258a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/Link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,6 @@ const Link: InertiaLink = forwardRef<unknown, InertiaLinkProps>(
)
},
)
Link.displayName = 'InertiaLink'

export default Link

0 comments on commit 9a6258a

Please sign in to comment.