trackRequestResult prevents second request #403
pwespi
started this conversation in
Show and tell
Replies: 3 comments 3 replies
-
Start a new pull request in StackBlitz Codeflow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Because when you invoke the second one the data is already cached. If you don't want to cache it you can pass: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which @ngneat/elf-* package(s) are the source of the bug?
requests-status
Is this a regression?
Yes
Description
When using
trackRequestResult
to track a request, the request can only be made once.Please provide a link to a minimal reproduction of the bug
https://stackblitz.com/edit/pcnmdx?file=index.ts
Please provide the exception or error you saw
Please provide the environment you discovered this bug in
No response
Anything else?
No response
Do you want to create a pull request?
No
Beta Was this translation helpful? Give feedback.
All reactions