Skip to content

Update @vue/test-utils to 2.4.6 to fix transition stub error #322

Open
@Hai-San

Description

@Hai-San

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.0
  • Vue version: 3.4.22 or bigger
  • node version: 20
  • npm (or yarn) version: pnpm 9.15.0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions