Closed daveisfera closed 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 )
|| ^16.0.0
package.json
Describe alternatives you've considered Set to >=0.13.x
>=0.13.x
>= 0.13 would be highly dangerous, since enzyme doesn't work with react 17 yet.
>= 0.13
This is a duplicate of #2429.
Sorry, I had done a search for React 17, but apparently I didn't look far enough down the list
React 17
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
topackage.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