You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AndrewSouthpawbetween what versions of types-ramda did this error start occurring for you? The last change to the types of map were 9months ago, and curry hasn't been changed in over 16months Nevermind I figured it out. The problem is due to the change in definition of Curry<> that we get from ts-toolbelt. 12 months ago I bumped to latest major because there were new features that I wanted to use in other functions. And major bump is what is breaking your use with R.curry because their type for Curry<> changed in that major. Their Curry<> doesn't even match how R.curry behaves. I'm hoping it did for that previous major, and copy/paste over. If not I'll have to write my own (let's hope I don't)
Repro:
gets this error:
But the runtime passes.
I'm guessing this breakage may be related to #106?
The text was updated successfully, but these errors were encountered: