UNPKG

react-query

Version:

Hooks for managing, caching and syncing asynchronous and remote data in React

9 lines 253 B
/** * See https://github.com/tannerlinsley/react-query/issues/795 * and https://github.com/tannerlinsley/react-query/pull/3246/#discussion_r795105707 */ export const defaultLogger = { log: console.log, warn: console.warn, error: console.warn };