@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.
@@ -1230,6 +1230,15 @@ const ReactQueryDevtoolsPanel$1 = /*#__PURE__*/React__default.forwardRef(functio
1230
1230
  marginRight: '.5em'
1231
1231
  }
1232
1232
  }, baseSort === 1 ? '⬆ Asc' : '⬇ Desc'), /*#__PURE__*/React__default.createElement(Button, {
1233
+ title: "Clear cache",
1234
+ "aria-label": "Clear cache",
1235
+ type: "button",
1236
+ onClick: () => queryCache.clear(),
1237
+ style: {
1238
+ padding: '.3em .4em',
1239
+ marginRight: '.5em'
1240
+ }
1241
+ }, "Clear"), /*#__PURE__*/React__default.createElement(Button, {
1233
1242
  type: "button",
1234
1243
  onClick: () => {
1235
1244
  if (isMockOffline) {