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

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.
@@ -2894,6 +2894,15 @@
2894
2894
  marginRight: '.5em'
2895
2895
  }
2896
2896
  }, baseSort === 1 ? '⬆ Asc' : '⬇ Desc'), /*#__PURE__*/React.createElement(Button, {
2897
+ title: "Clear cache",
2898
+ "aria-label": "Clear cache",
2899
+ type: "button",
2900
+ onClick: () => queryCache.clear(),
2901
+ style: {
2902
+ padding: '.3em .4em',
2903
+ marginRight: '.5em'
2904
+ }
2905
+ }, "Clear"), /*#__PURE__*/React.createElement(Button, {
2897
2906
  type: "button",
2898
2907
  onClick: () => {
2899
2908
  if (isMockOffline) {