Skip to content

fix: update return types to use Awaited for async functions - #157

Closed
ghostd wants to merge 1 commit into
TanStack:mainfrom
ghostd:fix-async-debounced-types
Closed

fix: update return types to use Awaited for async functions#157
ghostd wants to merge 1 commit into
TanStack:mainfrom
ghostd:fix-async-debounced-types

Conversation

@ghostd

@ghostd ghostd commented Feb 14, 2026

Copy link
Copy Markdown
Contributor

🎯 Changes

✅ Checklist

  • I have followed the steps in the Contributing guide.
  • I have tested this code locally with pnpm run test:pr.

🚀 Release Impact

  • This change affects published code, and I have generated a changeset.
  • This change is docs/CI/dev-only (no release).

Fixes #156

@changeset-bot

changeset-bot Bot commented Feb 14, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: c9f5bd6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@tanstack/preact-pacer Patch
@tanstack/react-pacer Patch
@tanstack/pacer Patch
@tanstack/angular-pacer Patch
@tanstack/solid-pacer Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ghostd

ghostd commented Feb 14, 2026

Copy link
Copy Markdown
Contributor Author

The angular extension seems already fine.

@nx-cloud

nx-cloud Bot commented Feb 16, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 77d3f95

Command Status Duration Result
nx run-many --targets=build --exclude=examples/** ✅ Succeeded 18s View ↗

☁️ Nx Cloud last updated this comment at 2026-02-16 19:29:01 UTC

@pkg-pr-new

pkg-pr-new Bot commented Feb 16, 2026

Copy link
Copy Markdown
More templates

@tanstack/angular-pacer

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/angular-pacer@157

@tanstack/pacer

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/pacer@157

@tanstack/pacer-devtools

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/pacer-devtools@157

@tanstack/pacer-lite

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/pacer-lite@157

@tanstack/preact-pacer

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/preact-pacer@157

@tanstack/preact-pacer-devtools

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/preact-pacer-devtools@157

@tanstack/react-pacer

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/react-pacer@157

@tanstack/react-pacer-devtools

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/react-pacer-devtools@157

@tanstack/solid-pacer

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/solid-pacer@157

@tanstack/solid-pacer-devtools

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/solid-pacer-devtools@157

commit: f0488fb

@ghostd
ghostd force-pushed the fix-async-debounced-types branch from 77d3f95 to d706a28 Compare February 22, 2026 10:51
@KevinVandy

Copy link
Copy Markdown
Member

gave you co-author credit in a larger PR that fixed this and even more issues at all once

@KevinVandy KevinVandy closed this Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect inferred type for the async functions

2 participants