@tanstack/react-query-devtools 5.0.0-alpha.14 → 5.0.0-alpha.18

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.
@@ -1280,6 +1280,15 @@ const ReactQueryDevtoolsPanel$1 = /*#__PURE__*/React.forwardRef(function ReactQu
1280
1280
  marginRight: '.5em'
1281
1281
  }
1282
1282
  }, baseSort === 1 ? '⬆ Asc' : '⬇ Desc'), /*#__PURE__*/React.createElement(Button, {
1283
+ title: "Clear cache",
1284
+ "aria-label": "Clear cache",
1285
+ type: "button",
1286
+ onClick: () => queryCache.clear(),
1287
+ style: {
1288
+ padding: '.3em .4em',
1289
+ marginRight: '.5em'
1290
+ }
1291
+ }, "Clear"), /*#__PURE__*/React.createElement(Button, {
1283
1292
  type: "button",
1284
1293
  onClick: () => {
1285
1294
  if (isMockOffline) {