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
chore(deps): update dependency typescript to v5.8.2 (#340)
* chore(deps): update dependency typescript to v5.8.2
* fix(core): resolve TypeScript 5.8.2 type inference in flattenTxnGroup
Simplify type signature of `flattenTxnGroup` utility function to resolve
type inference issues with TypeScript 5.8.2. Replace conditional type
with direct `T[]` return type and improve type casting approach while
maintaining the same runtime behavior.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Doug Richar <[email protected]>
0 commit comments