-
Notifications
You must be signed in to change notification settings - Fork 703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SpriteAnimator
/useSpriteLoader
types
#2171
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in c097c0d to reduce dependencies, I've moved out utilities functions out of the hook
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then in 9deb57f I've just simplified a lot useSpriteLoader
imo, SpriteAnimator could also be simplified a lot |
I'll check it out and run some tests, I think one of the latest changes on useSpriteLoader is causing re-renders |
@netgfx are we good to merge? |
I'll perform some tests and let you know as soon as possible |
@abernier I think we are good to go |
🎉 This PR is included in version 9.116.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Why
Better typescript support for inner variables and functions for SpriteAnimator
What
Added more robust and detailed types for SpriteAnimator
Checklist