1step by step how to fix enzyme-adapter-react-16 not support for React version 17
2
3
4step one : npm i npm-install-peers -g
5step two copy this :
6"peerDependencies": {
7 "react": "^16.13.1",
8 "react-dom": "^16.13.1"
9}
10step three: typing in your terminal npm-install-peers