react-video-recorder icon indicating copy to clipboard operation
react-video-recorder copied to clipboard

Update to react 17.0.0 dependencies

Open mwest-cs opened this issue 3 years ago • 2 comments

I'd love to stop using the '--legacy-peer-deps' flag on my project's npm install as I'm on react 17.

Suggested changes to package.json:

"react": "^17.0.0", "react-dom": "^17.0.0",

mwest-cs avatar May 27 '21 17:05 mwest-cs

@fbaiodias This would be a super quick change. You can continue supporting both react 16 and 17 as there aren't any breaking changes in react 17.

The new peer deps would look like this and everything should work as expected :)

"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3 || ^17.0.0",

Thanks for the incredible library!

Xhale1 avatar Jul 19 '21 01:07 Xhale1

@XHale1 @mwest-cs Still getting this error on the latest (0.0.14) with a react version of 17.0.2, when do we plan on publishing :)

ConnerAiken avatar Apr 06 '22 02:04 ConnerAiken