Skip to content
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

Cache and Promse.all #211

Closed
bartoszgolebiowski opened this issue Mar 19, 2020 · 3 comments · Fixed by #234
Closed

Cache and Promse.all #211

bartoszgolebiowski opened this issue Mar 19, 2020 · 3 comments · Fixed by #234

Comments

@bartoszgolebiowski
Copy link

bartoszgolebiowski commented Mar 19, 2020

Cache does not work properly, Promise.all() results are undefined and only last one from Promise.all is actually a correct value.
image

Time to time it works well, sometime You will revived 3 times undefined.

https://codesandbox.io/s/charming-feynman-hxxws

Just change routing, and checked consol logs

All values should be an cached objects, without any undefined.

@alex-cory
Copy link
Collaborator

Interesting. Okay, I will have a look as soon as possible.

@alex-cory alex-cory mentioned this issue Apr 4, 2020
@alex-cory
Copy link
Collaborator

Found a fix. Stay tuned

@alex-cory
Copy link
Collaborator

should work in v1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants