-
Notifications
You must be signed in to change notification settings - Fork 18
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
Typescript 5.6.x compiling issue #32
Comments
This is a brilliant library and we'd love to keep using it. I hope we can come up with a solution of some sort. |
Seems like doing Will try to push out 12.0.0-beta before end of week |
That would be just brilliant! |
See if this works, |
|
As far as I'm concerned this issue is now closed. |
I was wondering if there will be a final version coming out any time soon? We've had zero issues with the 12 beta. |
I'll try to make some time for a late February release |
That would be brilliant. You guys have done excellent job with the library. |
When trying to compile using typescript 5.6.x the following error message is shown.
error TS2320: Interface 'ArrayEnumerable' cannot simultaneously extend types 'TSource[]' and 'IEnumerable'.
Named property '[Symbol.iterator]' of types 'TSource[]' and 'IEnumerable' are not identical.
The text was updated successfully, but these errors were encountered: