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

.fetchAsync().filter() chaining call doesn't work #1

Open
minhna opened this issue Dec 8, 2022 · 1 comment
Open

.fetchAsync().filter() chaining call doesn't work #1

minhna opened this issue Dec 8, 2022 · 1 comment

Comments

@minhna
Copy link
Owner

minhna commented Dec 8, 2022

must use a variable to store the result from .fetchAsync() call.

const myVar = Links.find().fetchAsync();
myVar.filter((link) => { ... })
@minhna
Copy link
Owner Author

minhna commented Dec 8, 2022

it also affects the .reduce() chaning call

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

No branches or pull requests

1 participant