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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[X] Support request
[ ] Other... Please describe:
Current behavior
When using refetch() from UseQuery subscribe don't get new subscriber from result$
Expected behavior
after refetch to have isLoading, ... in subscriber
Minimal reproduction of the problem with instructions
<ng-container*subscribe="mail$.result$ as query"><div*ngIf="query.isLoading"><iconify-iconicon="svg-spinners:12-dots-scale-rotate" style="color: green"></iconify-icon>
loading...
</div><div*ngIf="query.isError">napaka pri prodobivanju maila</div><div*ngIf="query.data">mailto: {{ query.data.entity }}</div></ng-container><iconify-iconicon="oi:reload" (click)="retch()" style="cursor: pointer; color: green"></iconify-icon>
What is the motivation / use case for changing the behavior?
To trigger re fetch and have newer data
Environment
Angular version: 16.2.11
Browser:
- [x] Chrome (desktop) version 118.0.5993.118
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
For Tooling issues:
- Node version: v18.18.2
- Platform: Windows 11
- "@ngneat/query": "^1.0.0",
- "@ngneat/subscribe": "^4.0.0",
Others:
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
Expected behavior
after refetch to have isLoading, ... in subscriber
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
To trigger re fetch and have newer data
Environment
The text was updated successfully, but these errors were encountered: