Has anyone gotten useStore to work in F7 Vue?

i am currently stuck here trying to get a store state to be reactive and it is a nightmare, i have followed the documentation but no luck just an error in the console that says
Uncaught TypeError: Cannot read properties of undefined (reading ‘value’).

I just found a fixed,
the docs are misleading. You have to explicitly pass the store like this useStore(store,“name_of_your_getter”)