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
Starting with version 3.4.22, Vue will now generate an alert for components that use transition.
When I checked, I saw that this was converted to version 2.4.6 of @vue/test-utils, but vue-testing-library still uses version 2.4.1, where the alert appears.
TypeError: Vue.createApp is not a function
❯ createInstance ../../node_modules/.pnpm/@[email protected]/node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8222:19
❯ mount ../../node_modules/.pnpm/@[email protected]/node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14
❯ Proxy.render ../../node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]_/node_modules/@testing-library/vue/dist/render.js:
Starting with version 3.4.22, Vue will now generate an alert for components that use transition.
When I checked, I saw that this was converted to version 2.4.6 of @vue/test-utils, but vue-testing-library still uses version 2.4.1, where the alert appears.
Here is the ISSUE report in @vue/test-utils
Here is the PR for the fix in @vue/test-utils
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
To reproduce the bug, just have a component that uses and vue 3.4.22 or higher and @testing-library/vue 8.1.0
Related information:
@testing-library/vue
version: 8.1.0Vue
version: 3.4.22 or biggernode
version: 20npm
(oryarn
) version: pnpm 9.15.0The text was updated successfully, but these errors were encountered: