@tanstack/react-query-devtools 4.10.3 → 4.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/react-query-devtools",
3
- "version": "4.10.3",
3
+ "version": "4.10.4",
4
4
  "description": "TODO",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
package/src/devtools.tsx CHANGED
@@ -249,6 +249,7 @@ export function ReactQueryDevtools({
249
249
  styleNonce={styleNonce}
250
250
  {...otherPanelProps}
251
251
  style={{
252
+ direction: 'ltr',
252
253
  position: 'fixed',
253
254
  bottom: '0',
254
255
  right: '0',