Skip to content

Commit 0444717

Browse files
authored
Update deriving-data-selectors.md
1 parent dd05106 commit 0444717

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)