yusinto / ld-redux

A library to integrate launch darkly with react redux
MIT License
34 stars 17 forks source link

Update peer dependancies to support React 17 and 18 #72

Open bryanculbertson opened 1 year ago

bryanculbertson commented 1 year ago

It looks like ld-redux supports React 17 and React 18, but it only declares support for React 16: https://github.com/yusinto/ld-redux/blob/3918cc3a6aad14a22fe962c7e08f13726b74c3d1/package.json#L61

@yusinto Can you confirm that you support React 17 and React 18 and update peer dependancies?

Thanks!