recharts / react-smooth

react animation
MIT License
277 stars 38 forks source link

React 18 support #57

Closed Semigradsky closed 1 year ago

Semigradsky commented 2 years ago

react-transition-group wasn't updated yet

Semigradsky commented 2 years ago

@arcthur could you please update it?

avshyz-gs commented 2 years ago

Hi, any update on this? It really screws us over since we can't update to react 18 without it :\

brookjordan commented 1 year ago

Not ideal, but anyone hitting these issues may be able to resolve the react types for now. That is, in your package.json, add:

  "resolutions": {
    "@types/react": "^18.0.21"
  },
ckifer commented 1 year ago

2.0.1 was released on June 27, 2022 which added support for react 18. Is still an issue?

Next major version we will drop support for React < 16.8 here and in Recharts so we can upgrade react-transition-group

Semigradsky commented 1 year ago

Cool. Closed in favor of #33