Type alias circularly references itself when using another store #1102
Unanswered
Walter-Melon
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I have the following problem.
I want to have two store, an "dynamic" store and a store that has a map of all dynamic stores.
The stores work but VS Code / TS throws an error that I have a circularly reference if I try to add a getter that uses the map store in the single dynamic store.
I also tried to create a simple vue ref item but I can't add a computed variable inside the item that references itself so that I can use the count.
Is there any way to get the total inside the single store or ignore the message?
Beta Was this translation helpful? Give feedback.
All reactions