-
Notifications
You must be signed in to change notification settings - Fork 133
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
[types] MotiImage type error when specifying tintColor animation #305
Comments
this is likely because it’s a prop and not in the styles, right? if so, you can probably just ts-ignore it |
ts-ignored it for now yeh, it's on the styles of |
hm interesting |
i’d accept a PR with a fix if you want to try |
😅 yeh I wanted to, but it seems like image component is just a simple wrapper here? https://github.com/nandorojo/moti/blob/master/packages/moti/src/components/image.tsx Here is stylesheet usage with no error / correct typing And this is when it's defined in Where would I go to see how |
It's this line: https://github.com/nandorojo/moti/blob/ab569152a0a228e10f581c57386ac6a2a31ac9a7/packages/moti/src/core/types.ts#L271C1-L271C52 Maybe those have to get changed to |
Is there an existing issue for this?
Do you want this issue prioritized?
Current Behavior
It seems that
MotiImage
animates "tintColor" property as expected, however specifying it on the component throws type error (property tintColor is invalid).Expected Behavior
Should be a valid property type.
Steps To Reproduce
Versions
Screenshots
No response
Reproduction
https://stackblitz.com/edit/nextjs-5qbidy?file=pages%2Findex.tsx
The text was updated successfully, but these errors were encountered: