Commit 61d2f6d
committed
Fix error type inference with conditional queries
Uncommented the error type assertion that was marked as TODO. The error type inference now works correctly, likely due to the queryKey reactive changes in PR #71.
The test now properly verifies that error.value has type 'false | null' when using conditional queries with SKIP token and select option.
Closes #691 parent fb9c689 commit 61d2f6d
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | | - | |
| 198 | + | |
200 | 199 | | |
201 | 200 | | |
202 | 201 | | |
| |||
0 commit comments