TanStackOSS
    table
    fix(table-core): preserve undefined in DeepValue for optional deep keys When a deep string accessor key traverses an optional (or nullable) parent key, `DeepValue` dropped the `undefined` from the resolved value type. This made `getValue()` for a path like `user.salary.amount` typed as `number` even when `salary` is optional, hiding a possible `undefined` that the runtime accessor (which uses optional chaining) can return. Distribute over the leaf union and map `null`/`undefined` members to `undefined`, matching the optional-chaining semantics of the deep accessor function.
    nx run-many --targets=build --exclude=examples/**
Succeeded
CI Pipeline Execution
Linux
4 CPU cores
read access token used
0400e6f86444
6%

Cache hits

1 of 18 tasks used cache.

Get faster results

Learn how to enable distribution.

Atomizer enabled

18 groups of tasks optimized.

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools