GetStream / react-activity-feed

Stream React Activity Feed Components
https://getstream.io/react-activity-feed/
BSD 3-Clause "New" or "Revised" License
137 stars 83 forks source link

feature: React 18 support #358

Open KevinEonix opened 2 years ago

KevinEonix commented 2 years ago

Problem / Motivation

Add the support for react 18 because it prevent to install other dependencies

Proposed solution

Add the version number support

Describe alternatives you've considered

Use the flag --legacy-peer-deps but not convenient for the CI/CD

Additional context

The changes of React 18 are not broken, i think just to add the number would be enough

jcguarinpenaranda commented 1 year ago

Maybe fixed by #388