Skip to content

Commit 663dd6f

Browse files
committed
Match setTimeout delay with documentation
1 parent 0dcbfe8 commit 663dd6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tips/08-controlled-input-null-value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ React.renderComponent(<input value="hi" />, mountNode);
2020

2121
setTimeout(function() {
2222
React.renderComponent(<input value={null} />, mountNode);
23-
}, 2000);
23+
}, 1000);
2424
```

0 commit comments

Comments
 (0)