Skip to content

Commit 19ec827

Browse files
authored
Merge branch 'main' into feat/re-export-match-query
2 parents 5f94346 + ab7eb18 commit 19ec827

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

packages/react-query-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/react-query-devtools",
3-
"version": "4.24.12",
3+
"version": "4.24.14",
44
"description": "Developer tools to interact with and visualize the TanStack/react-query cache",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/react-query-devtools/src/devtools.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ const ActiveQuery = ({
836836
style={{
837837
marginBottom: '.5em',
838838
display: 'flex',
839-
alignItems: 'stretch',
839+
alignItems: 'flex-start',
840840
justifyContent: 'space-between',
841841
}}
842842
>

packages/react-query-devtools/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use client'
2+
13
import * as devtools from './devtools'
24

35
export const ReactQueryDevtools: typeof devtools['ReactQueryDevtools'] =

0 commit comments

Comments
 (0)