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
The problem is that in the component, the next callback is triggered twice with the same value. This wouldn't be such a trouble since I could use take(1) . However I noticed that this.detailsQuery(Observable).source.source(Observable).source(BehaviorSubject).observers[] array keeps increasing to the order of thousands.
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
Is this a regression?
Yes
Description
I have a simple query:
and a simple store:
and in some component:
The problem is that in the component, the
next
callback is triggered twice with the same value. This wouldn't be such a trouble since I could usetake(1)
. However I noticed thatthis.detailsQuery(Observable).source.source(Observable).source(BehaviorSubject).observers[]
array keeps increasing to the order of thousands.Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
Anything else?
The console is spammed with hundreds of messages:
Do you want to create a pull request?
No
The text was updated successfully, but these errors were encountered: