You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to circular imports we limit accessing stores in the actions and stores sub folders only. Therefore we need to remove these exports at the top level of the module so that they are accessed more direct and not pulled in by other barrel imports.
We should also check that the utils does not contain any actions.
Requirements
Move actions to utils
Remove actions and store exports
Update imports
The text was updated successfully, but these errors were encountered:
Task description
Due to circular imports we limit accessing stores in the actions and stores sub folders only. Therefore we need to remove these exports at the top level of the module so that they are accessed more direct and not pulled in by other barrel imports.
We should also check that the utils does not contain any actions.
Requirements
The text was updated successfully, but these errors were encountered: