react-query
Version:
Hooks for managing, caching and syncing asynchronous and remote data in React
15 lines (13 loc) • 360 B
JavaScript
;
exports.__esModule = true;
exports.defaultLogger = void 0;
/**
* See https://github.com/tannerlinsley/react-query/issues/795
* and https://github.com/tannerlinsley/react-query/pull/3246/#discussion_r795105707
*/
const defaultLogger = {
log: console.log,
warn: console.warn,
error: console.warn
};
exports.defaultLogger = defaultLogger;