Skip to content

Commit 72142f1

Browse files
committed
refactor: tweaks
1 parent 98e3d40 commit 72142f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments-app/src/Experiments/TextInputEvents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const handleBlur = buildEventLogger('blur');
99
const handleChange = buildEventLogger('change');
1010

1111
export function TextInputEvents() {
12-
const [value, setValue] = React.useState('');
12+
const [value, setValue] = React.useState('Regular TextInput');
1313

1414
const handleChangeText = (value: string) => {
1515
setValue(value);

0 commit comments

Comments
 (0)