Skip to content

Commit a4554ed

Browse files
evanblackaweary
authored andcommitted
Fix typo in docs
1 parent 9e4cace commit a4554ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ const SearchBar = () => (
261261
<State.Consumer selector={state => state.search}>
262262
{(search, mutate) => (
263263
<input
264-
value={state}
264+
value={search}
265265
onChange={event =>
266266
mutate(draft => {
267267
// Update draft.search (which will end up being state.search) via mutation

0 commit comments

Comments
 (0)