Skip to content
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

TS2502 complaint about "next" #2

Open
robations opened this issue Oct 23, 2020 · 0 comments
Open

TS2502 complaint about "next" #2

robations opened this issue Oct 23, 2020 · 0 comments

Comments

@robations
Copy link

.../node_modules/pipe-and-compose-types/index.ts
Error:(39, 3) TS2502: ''next'' is referenced directly or indirectly in its own type annotation.

Seen with TS 3.9.7 and 4.0.3.

I'm haven't pieced together how the type actually works, so I can't offer any comment on this right now. I've set skipLibCheck: true for now.

Thanks for working out this library. Pipe/compose functions are always a big sticking point for typing in Typescript for me, often resorting to (pipe as any) and other nonsense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant