react-smooth
react-smooth copied to clipboard
React 18 support
react-transition-group wasn't updated yet
@arcthur could you please update it?
Hi, any update on this? It really screws us over since we can't update to react 18 without it :\
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"
},