feat(devtools-ui): json tree handles dates#258
feat(devtools-ui): json tree handles dates#258harry-whorlow wants to merge 1 commit intoTanStack:mainfrom
Conversation
🦋 Changeset detectedLatest commit: 10b9a33 The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
a2e187e to
0563814
Compare
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected --targets=test:eslint,test:sherif,t... |
❌ Failed | 2m 32s | View ↗ |
nx run-many --targets=build --exclude=examples/** |
✅ Succeeded | 25s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-03-04 09:51:59 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: |
| @@ -0,0 +1,21 @@ | |||
| import { JsonTree, ThemeContextProvider } from '@tanstack/devtools-ui' | |||
There was a problem hiding this comment.
I added the devtools-ui example as a test repo for ui-components. It's been left out of the config for the examples on tanstack.com.
190fadc to
28ca3dd
Compare
ae84962 to
10b9a33
Compare

Allows devtools-ui JsonTree to handle date instances and format them.