Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Cant query the same node twice #74

Open
Ross-Rawlins opened this issue Sep 29, 2017 · 1 comment
Open

Cant query the same node twice #74

Ross-Rawlins opened this issue Sep 29, 2017 · 1 comment

Comments

@Ross-Rawlins
Copy link

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?

@Ross-Rawlins
Copy link
Author

Ross-Rawlins commented Dec 3, 2017

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant