Skip to content

Commit af80ee3

Browse files
committed
feat: remove unless code
1 parent e41d91a commit af80ee3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/input/TextArea.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ const TextArea = ({
5252
const textArea = (
5353
<RcTextArea
5454
{...props}
55-
value={value}
5655
maxLength={maxLength}
5756
className={classNames(className && !showCount ? [className!] : '')}
5857
style={showCount ? {} : style}

0 commit comments

Comments
 (0)