Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom committed Nov 26, 2024
1 parent a15cfeb commit 18b8d2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pretty-eggs-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sopt-makers/ui': patch
---

TextArea Value prop이 undefined일 경우 발생하는 타입 에러 수정
2 changes: 1 addition & 1 deletion apps/docs/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function App() {
rightAddon={{ onClick: () => handleTextareaSubmit() }}
validationFn={textareaValidation}
errorMessage='Error Message'
value={textarea}
// value={textarea}
onChange={handleTextareaChange}
maxLength={300}
/>
Expand Down

0 comments on commit 18b8d2c

Please sign in to comment.