From c68170b336acc2892093994cc4d508c2ccb7a3b5 Mon Sep 17 00:00:00 2001 From: Amu <514720858@qq.com> Date: Mon, 15 Apr 2019 00:26:02 +0800 Subject: [PATCH] Fix findLast missing dependency (#4259) --- findLast.js | 1 + 1 file changed, 1 insertion(+) diff --git a/findLast.js b/findLast.js index 3f33f09a0..4f5ba6d79 100644 --- a/findLast.js +++ b/findLast.js @@ -1,4 +1,5 @@ import findLastIndex from './findLastIndex.js' +import isArrayLike from './isArrayLike.js' /** * This method is like `find` except that it iterates over elements of