@tanstack/react-query-devtools 4.28.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.
@@ -3021,6 +3021,15 @@
3021
3021
  marginRight: '.5em'
3022
3022
  }
3023
3023
  }, baseSort === 1 ? '⬆ Asc' : '⬇ Desc'), /*#__PURE__*/React__namespace.createElement(Button, {
3024
+ title: "Clear cache",
3025
+ "aria-label": "Clear cache",
3026
+ type: "button",
3027
+ onClick: () => queryCache.clear(),
3028
+ style: {
3029
+ padding: '.3em .4em',
3030
+ marginRight: '.5em'
3031
+ }
3032
+ }, "Clear"), /*#__PURE__*/React__namespace.createElement(Button, {
3024
3033
  type: "button",
3025
3034
  onClick: () => {
3026
3035
  if (isMockOffline) {
@@ -3498,7 +3507,8 @@
3498
3507
  padding: '.5em'
3499
3508
  }
3500
3509
  }, "" + queryHash));
3501
- }); // eslint-disable-next-line @typescript-eslint/no-empty-function
3510
+ });
3511
+ QueryRow.displayName = 'QueryRow'; // eslint-disable-next-line @typescript-eslint/no-empty-function
3502
3512
 
3503
3513
  function noop() {}
3504
3514