fix(deep-keys): fix recursive types#327
Conversation
|
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected --targets=test:format,test:eslint,t... |
❌ Failed | 10s | View ↗ |
nx run-many --targets=build --exclude=examples/** |
✅ Succeeded | 1s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-01-22 19:15:50 UTC
More templates
@tanstack/devtools
@tanstack/devtools-client
@tanstack/devtools-ui
@tanstack/devtools-utils
@tanstack/devtools-vite
@tanstack/devtools-event-bus
@tanstack/devtools-event-client
@tanstack/preact-devtools
@tanstack/react-devtools
@tanstack/solid-devtools
@tanstack/vue-devtools
commit: |

This PR looks to fix my thrown together implementation of deep keys. Currently the Ts util deep-keys explodes on any types. This PR also escapes undefined unions for performance.