-
Notifications
You must be signed in to change notification settings - Fork 22
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
Breaking change introduced #64
Comments
This error is because you are on typescript < 5
Specifically, the const Type Parameter syntax is being used here |
Fixable by adding "resolutions": {
"types-ramda": "0.29.4",
} to |
Hello ! I have the same problem, my linter shows me error from this library, how can I disabled linter not to check this types ? |
This MR should fix ts4 incompatibilities: #80 |
We still have issue on Looks like "types": "es/index.d.ts",
"typesVersions": {
"<5.0": { "*": ["ts4/es/index.d.ts"] },
"*": { "*": ["es/index.d.ts"] }
}, because now types still point to ts5 source types. By now we use |
Hi - looks like this commit broke these types: 3f8e31d
The text was updated successfully, but these errors were encountered: