Skip to content

Commit a7938a5

Browse files
authored
Merge pull request #4462 from dai-shi/patch-1
2 parents dd05106 + 0444717 commit a7938a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/deriving-data-selectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Unfortunately, this will recalculate the derived array if any other value inside
397397
The same selector with `proxy-memoize` might look like:
398398

399399
```js
400-
import memoize from 'proxy-memoize'
400+
import { memoize } from 'proxy-memoize'
401401

402402
const selectTodoDescriptionsProxy = memoize(state =>
403403
state.todos.map(todo => todo.text)

0 commit comments

Comments
 (0)