verygoodsecurity / collect-js-react

MIT License
1 stars 15 forks source link

React peer dependency requirements #29

Closed cairin closed 1 year ago

cairin commented 1 year ago

React peer dependency is currently set to ^16.0.0. This causes package managers to complain when installing the library on anything other than 16.x.x. We are currently using react 18.2.0.

Is there a specific reason this library only supports react 16 or can this be updated to use anything newer than 16?

Wanting to know if I should just ignore the warning for now or if I should use the plain js module rather.