-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lastResult.deref is not a function (it is undefined) #669
Comments
I will take a look at this as soon as I get a chance, in the meantime if you remove the |
Thank you @aryaemami59, that is my temporary solution up to now. |
@quocluongha Just a quick question, are you using React Native or Expo? |
@aryaemami59 I am using React Native 0.72.7 |
@quocluongha Thank you, I'll put up a PR with the fix soon. |
Fix released in v5.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I updated to v5 and I encountered this error message when using
createSelectorCreator
withweakMapMemoize
.I returned a number in
selectFormPosition
and this error happened, but I tried to change the returned result into object then it is working fine.The
createDeepEqualSelector
function:The state:
The selector functions:
The text was updated successfully, but these errors were encountered: