Hello! I was updating a project of mine to Rescript 11 and got this error:
[@jihchi/vite-plugin-rescript] rescript: [198/217] src/Core__List.cmj
FAILED: src/Core__List.cmj
We've found a bug for you!
/Users/matheus.ashton/dev/pessoal/pet-manager/node_modules/@rescript/core/src/Core__List.res:582:39
[@jihchi/vite-plugin-rescript]
580 │ reduceReverseUnsafe(l, acc, f)
581 │ } else {
582 │ A.reduceReverseU(toArray(l), acc, f)
583 │ }
584 │ }
This function is a curried function where an uncurried function is expected
Is weird because it’s complaining about the core package itself.
I’m using the following versions:
Rescript - 11.0.1
@rescript/react - 0.12.1
@rescript/core - 1.1.0
Any help?