Tags: functionalland/ramda
Tags
Merge pull request ramda#2832 from kibertoad/chore/update-dependencies-2 Update dependencies
fix: rename then to andThen (ramda#2772) BREAKING CHANGE The addition of R.then in Ramda 0.26 made the R object a Promise-like object, and meant that Promise.resolve() will attempt to resolve it by calling the then() method. R is not a Promise, and to reassure JavaScript of this fact, R.then is renamed to R.andThen.
PreviousNext