@tanstack/react-query-devtools 4.27.0 → 4.29.0

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.
@@ -1125,6 +1125,15 @@ const ReactQueryDevtoolsPanel$1 = /*#__PURE__*/React__namespace.forwardRef(funct
1125
1125
  marginRight: '.5em'
1126
1126
  }
1127
1127
  }, baseSort === 1 ? '⬆ Asc' : '⬇ Desc'), /*#__PURE__*/React__namespace.createElement(Button, {
1128
+ title: "Clear cache",
1129
+ "aria-label": "Clear cache",
1130
+ type: "button",
1131
+ onClick: () => queryCache.clear(),
1132
+ style: {
1133
+ padding: '.3em .4em',
1134
+ marginRight: '.5em'
1135
+ }
1136
+ }, "Clear"), /*#__PURE__*/React__namespace.createElement(Button, {
1128
1137
  type: "button",
1129
1138
  onClick: () => {
1130
1139
  if (isMockOffline) {
@@ -1602,7 +1611,8 @@ const QueryRow = /*#__PURE__*/React__namespace.memo(({
1602
1611
  padding: '.5em'
1603
1612
  }
1604
1613
  }, "" + queryHash));
1605
- }); // eslint-disable-next-line @typescript-eslint/no-empty-function
1614
+ });
1615
+ QueryRow.displayName = 'QueryRow'; // eslint-disable-next-line @typescript-eslint/no-empty-function
1606
1616
 
1607
1617
  function noop() {}
1608
1618