enzymejs / enzyme

JavaScript Testing utilities for React
https://enzymejs.github.io/enzyme/
MIT License
19.96k stars 2.01k forks source link

Support for React 17 #2503

Closed daveisfera closed 3 years ago

daveisfera commented 3 years ago

Is your feature request related to a problem? Please describe. Currently React 17 isn't listed as a possible dependency

Describe the solution you'd like Add || ^16.0.0 to package.json ( see https://github.com/enzymejs/enzyme/blob/af68eb605f1c62050e99a297014a505387ece0ac/packages/enzyme-adapter-utils/package.json#L50 )

Describe alternatives you've considered Set to >=0.13.x

ljharb commented 3 years ago

>= 0.13 would be highly dangerous, since enzyme doesn't work with react 17 yet.

This is a duplicate of #2429.

daveisfera commented 3 years ago

Sorry, I had done a search for React 17, but apparently I didn't look far enough down the list