Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: TS workaround for Vue v3.2.47 #1962

Merged
merged 2 commits into from Feb 2, 2023

Commits on Feb 2, 2023

  1. Copy the full SHA
    dd8a56f View commit details
    Browse the repository at this point in the history
  2. fix: TS workaround for Vue v3.2.47

    A change of types in core (vuejs/core#2818) introduced a TS compilation error when bumping to Vue v3.2.47.
    I couldn't figure out a proper way to fix, but using `EmitOptions` instead of `E` (which extends `EmitOptions`...) fixes the issue.
    It may be good enough to allow to update to the latest Vue releases, and I think it should have minimal impact on our users (or none at all).
    cexbrayat committed Feb 2, 2023
    Copy the full SHA
    bf0a6da View commit details
    Browse the repository at this point in the history