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
Currently all files from store are imported and exported by src/store/index.js, but the way this is being done seems hacky and may cause some circular dependency conflicts.
Currently all files from store are imported and exported by
src/store/index.js
, but the way this is being done seems hacky and may cause some circular dependency conflicts.I think it would be better to split that into separate files like I did here: https://github.com/tramaLabs/web/tree/23d2f6a17e411034e78f782dfe7d25264dd75d25/src/store
The text was updated successfully, but these errors were encountered: