You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beginning with Vue 3.2.25 and the latest version of vue-test-utils I started running into this error on some calls to wrapper.findComponent({ref}) . The problem isn't observed with Vue 3.2.24.
TypeError: Cannot read properties of undefined (reading 'devtoolsRawSetupState')
at new VueWrapper (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7611:22)
at Object.<anonymous> (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7729:79)
at createVueWrapper (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:1721:45)
at VueWrapper.findComponent (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7311:24)
Steps to reproduce
I don't have an example test case yet. This happens in a larger project. I will need to narrow down the cause first.