File tree Expand file tree Collapse file tree 3 files changed +7
-23
lines changed
packages/pacer-devtools/src Expand file tree Collapse file tree 3 files changed +7
-23
lines changed Original file line number Diff line number Diff line change 22' @tanstack/pacer-devtools ' : patch
33---
44
5- Moves devtools theme to the component to avoid theme miss-match .
5+ Moves devtools theme to the component to avoid theme mismatch .
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import { ThemeContextProvider } from '@tanstack/devtools-ui'
12import { PacerContextProvider } from '../PacerContextProvider'
23import { Shell } from './Shell'
34
4- import { ThemeContextProvider } from '@tanstack/devtools-ui'
5+ import type { TanStackDevtoolsTheme } from '@tanstack/devtools-ui'
56
6- import type { DevtoolProps } from '@tanstack/devtools-utils/solid'
7+ interface DevtoolsProps {
8+ theme : TanStackDevtoolsTheme
9+ }
710
8- export default function PacerDevtools ( props : DevtoolProps ) {
11+ export default function PacerDevtools ( props : DevtoolsProps ) {
912 return (
1013 < ThemeContextProvider theme = { props . theme } >
1114 < PacerContextProvider >
You can’t perform that action at this time.
0 commit comments