Skip to content

fix(react-sdk): build against react-query >=5.102 so hook types resolve - #39

Merged
lcamargof merged 1 commit into
mainfrom
chore/react-query-noinfer-types
Aug 29, 2026
Merged

fix(react-sdk): build against react-query >=5.102 so hook types resolve#39
lcamargof merged 1 commit into
mainfrom
chore/react-query-noinfer-types

Conversation

@lcamargof

Copy link
Copy Markdown
Collaborator

react-query 5.101 removed its NoInfer re-export (TS built-in now). react-sdk's published d.ts still referenced @tanstack/react-query.NoInfer in every hook signature, so consumers on >=5.101 saw each hook's data collapse to any (register hit this as 8 implicit-any errors on bump).

Bumps the workspace catalog and the react-sdk peer to ^5.102.7 and rebuilds; the emitted types now use the built-in NoInfer. Patch changeset.

@coderabbitai

coderabbitai Bot commented Aug 29, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a8c7ffa0-3c94-49d1-9cb6-ec86804b75f6


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@lcamargof
lcamargof force-pushed the chore/react-query-noinfer-types branch from d446e51 to 3cc1ce8 Compare August 29, 2026 01:29
@lcamargof
lcamargof merged commit 7a67fe3 into main Aug 29, 2026
3 checks passed
@lcamargof
lcamargof deleted the chore/react-query-noinfer-types branch August 29, 2026 01:31
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.

1 participant