Skip to content

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

Open
ghostd wants to merge 1 commit intoTanStack:mainfrom
ghostd:fix-async-debounced-types
Open

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

Conversation

@ghostd
Copy link

@ghostd ghostd commented Feb 14, 2026

🎯 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
Copy link

changeset-bot bot commented Feb 14, 2026

🦋 Changeset detected

Latest commit: f0488fb

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
Copy link
Author

ghostd commented Feb 14, 2026

The angular extension seems already fine.

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

1 participant