chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { ReactQueryDevtools } from '@tanstack/react-query-devtools';
|
||||
|
||||
export function ReactQueryDevtoolsWrapper() {
|
||||
const showReactQueryDevtools =
|
||||
process.env.SHOW_REACT_QUERY_DEV_TOOLS === 'true';
|
||||
|
||||
return <>{showReactQueryDevtools && <ReactQueryDevtools />}</>;
|
||||
}
|
||||
Reference in New Issue
Block a user