dragonza/react-redux-boilerplate

Not use reselect to memoize

Closed this issue · 1 comments

Expected:

  • This function needs to be memoized.

Actual:

  • The function has not been memoized yet.

laneList: laneListSelector(state, props),

Done