Skip to content

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

Open
ghostd wants to merge 2 commits intoTanStack:mainfrom
ghostd:fix-async-debounced-types
Open

fix: update return types to use Awaited for async functions#157
ghostd wants to merge 2 commits 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: 77d3f95

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.

@nx-cloud
Copy link

nx-cloud bot commented Feb 16, 2026

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

pkg-pr-new bot commented Feb 16, 2026

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

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