I'm trying to implement IOC (using inversify-props) in Vue and Vuex applications. Everything works until I add "namespace" in the module settings.
The only clue I found is that an error pops up because the defineProperty () method cannot change the object because it is not configurable
Code link: https://github.com/patryk-sadkowski/vuex-inverisfyprops/tree/master/frontend/src