enzymejs react 17 code example
Example: enzynme not support react 17
how to fix this use this
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
how to fix this use this
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
}