Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed May 18, 2024
1 parent 05ad890 commit 819a392
Show file tree
Hide file tree
Showing 2 changed files with 2,016 additions and 2,374 deletions.
2 changes: 1 addition & 1 deletion src/textfield/TextArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function TextArea(props: TextAreaProps, ref: RefObject<TextFieldRef>) {

// not in stately because this is so we know when to re-measure, which is a spectrum design
const [inputValue, setInputValue] = useControlledState(
props.value,
props.value || '',
props.defaultValue,
() => {}
);
Expand Down
Loading

0 comments on commit 819a392

Please sign in to comment.