Skip to content

Commit 6f2d6ce

Browse files
junjuny0227claude
andcommitted
fix(lit-query): merge @template JSDoc into main doc block for useMutationState
Two adjacent JSDoc blocks caused TypeScript's language service to shadow the @param/@returns/@example docs with the @template block. Merge them into a single block so IntelliSense shows the full documentation on hover. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 509ab8c commit 6f2d6ce

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/lit-query/src/useMutationState.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ class MutationStateController<
206206
* }
207207
* }
208208
* ```
209-
*/
210-
/**
209+
*
211210
* @template TResult - The type of values returned by the `select` callback.
212211
* @template TMutation - Narrows the type of the `mutation` argument passed to
213212
* `select`. This is a caller-side assertion — the mutation cache stores

0 commit comments

Comments
 (0)