Skip to content
Discussion options

You must be logged in to vote

Review the import structure of the files involved. Refactor your code to break the loop, perhaps by separating shared logic into a utility file that neither store depends on.
For router configurations, use dynamic imports for components to ensure they are loaded lazily, only after Pinia is fully initialized.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by cedric25
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants