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
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
I need to query the same node (/bookings) with two completely different queries and one is temporary and one is live while I am on the page. I keep getting a circular JSON error cause the second instantiation of the node is picking up the cached query of the first implementation. Is this a bug or how can I do this?
The text was updated successfully, but these errors were encountered:
So after more investigation what have to ask is how do you reuse the same path on teh same page. I have a filter that changes the paths. I cant use a subject so I have to re init a list. I cant do this as it generates the above error. Am I supposed to check the list cache to see if a item has been used already and somehow access that observable?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I need to query the same node (/bookings) with two completely different queries and one is temporary and one is live while I am on the page. I keep getting a circular JSON error cause the second instantiation of the node is picking up the cached query of the first implementation. Is this a bug or how can I do this?
The text was updated successfully, but these errors were encountered: