Skip to content

Commit

Permalink
add missing style prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Mar 5, 2024
1 parent 94f026e commit 5c85931
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ const TextareaAutosize = React.forwardRef(function TextareaAutosize(
ref={handleRef}
// Apply the rows prop to get a "correct" first SSR paint
rows={minRows as number}
style={style}
{...other}
/>
<textarea
Expand Down

0 comments on commit 5c85931

Please sign in to comment.