Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] more specific return type for crossfade
People with "noUncheckedIndexedAccess" set to true in their tsconfig would get false errors when accessing the return type because without this spefici tuple typing, TS infers this as being an array of functions, not a tuple of functions. Fixes #6926
- Loading branch information