reason-date-fns icon indicating copy to clipboard operation
reason-date-fns copied to clipboard

"uncurried2 is not a function" after upgrading to 1.0.2

Open Phylodome opened this issue 3 years ago • 1 comments

Not exactly sure why uncurried2 is no longer available, but perhaps something in bs-platform has changed around compilation of the type definitions used for uncurried2?

I'm on [email protected] and [email protected].

Screen Shot 2021-03-12 at 2 27 01 PM

Phylodome avatar Mar 12 '21 22:03 Phylodome

After a bit more testing, this actually looks like the break is related to the underlying date-fns implementation rather than the reason-date-fns implementation.

The error arises when moving from [email protected] to [email protected]. Looking at their changelog, nothing immediately jumps out as an obvious cause. Also, when looking at their codebase as of the 2.16.1 tag, I don't see any results for uncurried2, so I'm not precisely certain as to where the underlying function is supposed to come from.

Phylodome avatar Mar 15 '21 21:03 Phylodome