I get "TypeError: Cannot read properties of undefined" with components that uses props, means props are undefined. Maybe you have an example where there are props on components. Thanks !
hi, in my case I get an error on the getter (itemGetter) I have in the store: "TypeError: Cannot read properties of undefined (reading 'itemGetter')". the component I am working on is almost identical to yours and the getter in question simply returns the state (as in your example)
Why are you using `mount` instead of `mountSuspended` for nuxt 3 unit-tests?
I get "TypeError: Cannot read properties of undefined" with components that uses props, means props are undefined. Maybe you have an example where there are props on components. Thanks !
hi, in my case I get an error on the getter (itemGetter) I have in the store: "TypeError: Cannot read properties of undefined (reading 'itemGetter')".
the component I am working on is almost identical to yours and the getter in question simply returns the state (as in your example)