update react

This commit is contained in:
Paul Chavard 2021-02-16 13:17:36 +01:00
parent df80f5681d
commit 3dae5b5c04
5 changed files with 330 additions and 248 deletions

View file

@ -1,6 +1,6 @@
import React, { useCallback } from 'react';
import { ReactQueryCacheProvider } from 'react-query';
import matchSorter from 'match-sorter';
import { matchSorter } from 'match-sorter';
import ComboSearch from './ComboSearch';
import { queryCache } from './shared/queryCache';