0👍
The issue was not related at all with mapState or vuex. Since I am using laravel-echo-server the issue is that I am sending in codes from the linux command line and only have access to that data when listening on a specific channel(I was only listening to that channel on the one component mapState was actually working on…). That was the issue my other component did not have access to that data on that specific channel and so could not receive the updates(or commit the changes with new data thus reflecting the changes on the store). Thanks for all the pointer though guys good day!
Source:stackexchange.com