You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Fix TypeScript error and lint warning in useLiveSuspenseQuery
Changed from checking result.status === 'disabled' to !result.isEnabled
to avoid TypeScript error about non-overlapping types.
Added eslint-disable comment for the isEnabled check since TypeScript's
type inference makes it appear always true, but at runtime a disabled
query could be passed via the 'any' typed parameter.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments