selfrefactor/rambda

Type error for dissocPath - error TS2554: Expected 1 arguments, but got 2

tanneremerson opened this issue · 3 comments

Issue

Getting type error for dissocPath. Does the signature need to be updated?

R.dissocPath(['a'], { a: 1 })  //   ■ Expected 1 arguments, but got 2.

Rambda version

8.5

Node.js version

14.21.3

will look into it. txs

applied a fix and will write again when release is made

released and fixed