Module not found: Error: Can't resolve 'vuex'

Hello @sfranze‍

Thank you kindly for your answer.

I did indeed found it a bit strange that we had to add Vuex as a dependency for each plugin we write. I’ll have a deeper look into the Component module next time!

Still facing some issue’s with this though, I feel my plugin is loaded and compute is filled before the object returned by getComponentHelper is populated. THis results in mapState is not a function (because at this time it’s still undefined).

Thanks for explaining!