Not use reselect to memoize
Closed this issue · 1 comments
dragonza commented
Expected:
- This function needs to be memoized.
Actual:
- The function has not been memoized yet.
react-redux-boilerplate/src/page/index.js
Line 40 in 3360703
dragonza commented
Done