pmndrs / react-spring

✌️ A spring physics based React animation library
http://www.react-spring.dev/
MIT License
28.05k stars 1.19k forks source link

[bug]: useTransition same name as the react hook #2277

Closed DevDom05 closed 4 months ago

DevDom05 commented 4 months ago

Which react-spring target are you using?

@react-spring/web

What version of react-spring are you using?

9.7.3

What's Wrong?

useTransition is now a hook of react Strictly the same as the useTransition of ReactSpring

https://react.dev/reference/react/useTransition

joshuaellis commented 4 months ago

This isn't a bug.