Dispatch token as static in store base class #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
vulnerability
A vulnerability as been detected
Summary
Dispatch token is actually a public attribut in stores. to access it, a reference to the store need to be taken. This can result, in huge project having a lot of waitfor routine, in circular dependancices
Possible fixes
Make dispatch token a static attribut of a store
The text was updated successfully, but these errors were encountered: