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

feat(nextTick): add nextTick function overload #8406

Merged
merged 7 commits into from
Jul 11, 2023

Conversation

Alfred-Skyblue
Copy link
Member

Actually, nextTick is expected to return a Promise<ReturnType<typeof fn>> type, but currently, nextTick always returns a Promise<void> regardless of the situation.

@sxzz sxzz added the ready to merge The PR is ready to be merged. label Jun 11, 2023
@yyx990803 yyx990803 merged commit 6a22b1f into vuejs:main Jul 11, 2023
@Alfred-Skyblue Alfred-Skyblue deleted the feat-nextTick branch July 11, 2023 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge The PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants