fwouts / react-screenshot-test

A dead simple library to screenshot test React components
https://www.npmjs.com/package/react-screenshot-test
MIT License
618 stars 24 forks source link

Support react 17 #305

Closed tjoskar closed 3 years ago

tjoskar commented 3 years ago

Hi,

Is there a reason why only react 16 is supported (and not 17)?

https://github.com/fwouts/react-screenshot-test/blob/e5f6897643859140e8d8bb2188344b55bf2c263a/package.json#L81-L84

And why an only version of jest-image-snapshot is used that does not support the latest version of jest.

I can create a PR if you want.

Thanks,

fwouts commented 3 years ago

No specific reason, I simply wasn't familiar with peer dependencies versioning back when I wrote this code 🙂 Please send a PR!