Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tech Debt] Replace all references to store.$plugin in navigation-guards/clusters.js #11275

Open
codyrancher opened this issue Jun 20, 2024 · 0 comments
Assignees
Labels

Comments

@codyrancher
Copy link
Contributor

Replace all references to store.$plugin in navigation-guards/clusters.js. We really shouldn't be making references to the store in this way. We most likely don't want plugin to be a part of store and if we must access it it should at least be through a getter.

Unfortunately the initialization code has circular dependencies between creating the router and creating the store that will need to be untangled before this can be tackled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant