From 8bed7137c739ba491b8753b7c7b1f62835a19db8 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 12 Mar 2016 22:55:42 -0800 Subject: [PATCH] Add chaining note to fp wiki template. [ci skip] --- lib/fp/template/doc/wiki.jst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/fp/template/doc/wiki.jst b/lib/fp/template/doc/wiki.jst index 7ce2d044b..9cebf049b 100644 --- a/lib/fp/template/doc/wiki.jst +++ b/lib/fp/template/doc/wiki.jst @@ -69,6 +69,12 @@ var fp = convert({ var fp = convert(lodash.runInContext()); ``` +## Chaining + +The `lodash/fp` module **does not** convert chain sequence methods. See +[Izaak Schroeder’s article](https://medium.com/making-internets/why-using-chain-is-a-mistake-9bc1f80d51ba) +for more details. + ## Mapping Immutable auto-curried iteratee-first data-last methods sound great, but what