Commit b81febb
fix: exclude arrays from DeepPartial recursion
DeepPartial<string[]> was producing (string | undefined)[] instead
of string[], breaking type compatibility with generated RPC types.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0b51a4d commit b81febb
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1469 | 1469 | | |
1470 | 1470 | | |
1471 | 1471 | | |
1472 | | - | |
1473 | | - | |
| 1472 | + | |
| 1473 | + | |
| 1474 | + | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
1474 | 1478 | | |
1475 | 1479 | | |
1476 | 1480 | | |
| |||
0 commit comments