Upgrade the React version from 16 to 17 and also update other dependent libraries.

This commit is contained in:
Aditya Toshniwal
2021-03-15 15:47:21 +05:30
committed by Akshay Joshi
parent 49a59f8929
commit 3d7ecd16aa
6 changed files with 174 additions and 96 deletions

View File

@@ -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()});