We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca0eb7 commit 56c24f9Copy full SHA for 56c24f9
packages/react-query-devtools/src/ReactQueryDevtools.tsx
@@ -106,5 +106,5 @@ export function ReactQueryDevtools(
106
}
107
}, [devtools])
108
109
- return <div className="tsqd-parent-container" ref={ref}></div>
+ return <div dir="ltr" className="tsqd-parent-container" ref={ref}></div>
110
0 commit comments