@tanstack/react-query-devtools 4.24.10 → 4.24.13

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.
@@ -1099,7 +1099,7 @@ const ReactQueryDevtoolsPanel$1 = /*#__PURE__*/React__namespace.forwardRef(funct
1099
1099
  marginRight: '.5em',
1100
1100
  width: '100%'
1101
1101
  }
1102
- }), !filter ? /*#__PURE__*/React__namespace.createElement(React__namespace.Fragment, null, /*#__PURE__*/React__namespace.createElement(Select, {
1102
+ }), /*#__PURE__*/React__namespace.createElement(Select, {
1103
1103
  "aria-label": "Sort queries",
1104
1104
  value: sort,
1105
1105
  onChange: e => setSort(e.target.value),
@@ -1180,7 +1180,7 @@ const ReactQueryDevtoolsPanel$1 = /*#__PURE__*/React__namespace.forwardRef(funct
1180
1180
  d: "M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0"
1181
1181
  }))), /*#__PURE__*/React__namespace.createElement(ScreenReader, {
1182
1182
  text: isMockOffline ? 'Restore offline mock' : 'Mock offline behavior'
1183
- }))) : null))), /*#__PURE__*/React__namespace.createElement("div", {
1183
+ }))))), /*#__PURE__*/React__namespace.createElement("div", {
1184
1184
  style: {
1185
1185
  overflowY: 'auto',
1186
1186
  flex: '1'
@@ -1267,7 +1267,7 @@ const ActiveQuery = ({
1267
1267
  style: {
1268
1268
  marginBottom: '.5em',
1269
1269
  display: 'flex',
1270
- alignItems: 'stretch',
1270
+ alignItems: 'flex-start',
1271
1271
  justifyContent: 'space-between'
1272
1272
  }
1273
1273
  }, /*#__PURE__*/React__namespace.createElement(Code, {