Type 'Data' is not assignable to type 'From'. #1
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jpcx/ts-ev#1
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Got this problem
while trying to compile
A type predicate's type must be assignable to its parameter's type.
Type 'Data' is not assignable to type 'From'.
'Data' is assignable to the constraint of type 'From', but 'From' could be instantiated with a different subtype of constraint 'any[]'.ts(2677)
My node version is v16.13.2
Hello, thank you for the report and sorry I missed this! I've fixed the bug and updated the dependencies; you should be able to install 0.4.0 from NPM now.