79446750

Date: 2025-02-17 22:45:32
Score: 0.5
Natty:
Report link

You can pass state to your selectSpecialItems function as such which can then pass it down as an argument:

 export const selectSpecialItems = createSelector(
    [selectSpecialEntityGuids, state => state],
    (guids, state) => {
    ...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: proof-of-correctness