You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected the log to remain like this
"call selectTestA"
">>>>> 1"
But in reality it is recorded like this
">>>>> undefined"
selectTestA doesn't seem to be called
If I remove currySelector from selectTestA, it works normally. What is the reason?
I wonder if a selector using currySelector cannot be called from another selector.
The text was updated successfully, but these errors were encountered:
https://reselect.js.org/faq/#how-can-i-make-a-curried-selector
It was developed with reference to the above document.
I expected the log to remain like this
"call selectTestA"
">>>>> 1"
But in reality it is recorded like this
">>>>> undefined"
selectTestA
doesn't seem to be calledIf I remove
currySelector
fromselectTestA
, it works normally. What is the reason?I wonder if a selector using
currySelector
cannot be called from another selector.The text was updated successfully, but these errors were encountered: