Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(types): backport fix for withDefaults when used together with generics #13223

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

Open
francis-switcho wants to merge 1 commit into vuejs:main
base: main
Choose a base branch
Loading
from francis-switcho:backport-fix-for-generics-usage

Conversation

Copy link

@francis-switcho francis-switcho commented Nov 8, 2024
edited
Loading

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

There's a potential breaking change: defaults using a generic type must be declared via () => T instead of Teven if they're primitive types.

The PR fulfills these requirements:

Other information:

This PR is nothing but a backport of vuejs/core#8335 by @pikax to the Vue 2 codebase, fixing support for generics when using the withDefaultshelper since we're relying on it to ease our migration from Vue 2 to Vue 3. I take no merit whatsoever besides taking the time to apply it to the Vue 2 codebase and test if it works.

Please let me know if it can be merged!

@francis-switcho francis-switcho changed the title (削除) fix(types): backport fix from https://github.com/vuejs/core/pull/8335 (削除ここまで) (追記) fix(types): backport fix for withDefaults when used together with generics (追記ここまで) Nov 8, 2024
@francis-switcho francis-switcho marked this pull request as ready for review November 9, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /