You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, asset-image had an additional "t" prop in the schema; the prop is missing after the latest updates. You can refer to lottie-types which is based on the lottie-docs/schema:
/**
* Type
* Marks as part of an image sequence if present
*/
t?: "seq";
The text was updated successfully, but these errors were encountered:
Previously, asset-image had an additional "t" prop in the schema; the prop is missing after the latest updates. You can refer to lottie-types which is based on the
lottie-docs/schema
:The text was updated successfully, but these errors were encountered: