Skip to content

Commit

Permalink
fix(react): fix typo in tab component's inner ref
Browse files Browse the repository at this point in the history
  • Loading branch information
defless committed Jun 8, 2023
1 parent 8b81390 commit e744e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/lib/Tab/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Tab = forwardRef(({
'tab',
className,
)}
ref={ref}
ref={innerRef}
/>
);
});
Expand Down

0 comments on commit e744e00

Please sign in to comment.