mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Upgrade the React version from 16 to 17 and also update other dependent libraries.
This commit is contained in:
committed by
Akshay Joshi
parent
49a59f8929
commit
3d7ecd16aa
@@ -1,4 +1,4 @@
|
||||
import Enzyme from 'enzyme';
|
||||
import Adapter from 'enzyme-adapter-react-16';
|
||||
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';
|
||||
|
||||
Enzyme.configure({adapter: new Adapter()});
|
||||
Enzyme.configure({adapter: new Adapter()});
|
||||
|
||||
Reference in New Issue
Block a user