We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 019877e commit 56bae46Copy full SHA for 56bae46
packages/demo/src/deals/DealCreate.tsx
@@ -16,7 +16,7 @@ import {
16
DateInput,
17
} from 'react-admin';
18
import { Dialog } from '@mui/material';
19
-import { useQueryClient } from 'react-query';
+import { useQueryClient } from '@tanstack/react-query';
20
import { stageChoices } from './stages';
21
import { typeChoices } from './types';
22
import { Deal } from '../types';
0 commit comments