How exactly to use and call extendActions() with shared actions between stores? #74
Unanswered
alan-chen-la-478
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having trouble understanding how to properly use extendActions() call. It might be me just not fully understand how ES6 modules works, but I can't wrap my head around. Hopefully someone can share some lights. Thanks.
helpers.js
stores.js
somefile.js
This is a simplified version of my code, the console.log in somefile.js only includes "customB" and "customC". "customA" and "customD" as never available to call. Am i doing something wrong?
Thanks in advanced.
Beta Was this translation helpful? Give feedback.
All reactions