Commit ae4860c
authored
fix(trpc): add missing batchIndex for trpc^11.10 procedure calls (#1420)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated a development dependency to the latest patch release.
* Adjusted internal procedure invocation to include a static batch-index
configuration.
* **Notes**
* No public APIs were changed and runtime behavior for end-users remains
unaffected.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 8b973a6 commit ae4860c
File tree
3 files changed
+14
-12
lines changed- packages/trpc
- src
3 files changed
+14
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments