We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is a small excerpt. Looks like the union is mapped incorrectly for only the first to types in a union.
ERROR: 99:1 expect Expected type to be: Record<"a" | "b" | "c", number> got: Record<"b" | "a" | "c", number>
No errors, branch has been pulled straight from master.
git clone git@github.com:gcanti/fp-ts.git cd fp-ts npm i npm test
Not sure.
Causes multiple PR's in CI to fail, Fails locally
branch master with node@12
The text was updated successfully, but these errors were encountered:
fix dtslint errors on typescript@4.7, closes #1722
504bb27
34b28fa
@waynevanson thanks for the bug report
Sorry, something went wrong.
No branches or pull requests
🐛 Bug report
Current Behavior
Here is a small excerpt. Looks like the union is mapped incorrectly for only the first to types in a union.
Expected behavior
No errors, branch has been pulled straight from master.
Reproducible example
Suggested solution(s)
Not sure.
Additional context
Causes multiple PR's in CI to fail,
Fails locally
Your environment
branch master with node@12
The text was updated successfully, but these errors were encountered: