From ff728dc48c51d56829f1c1bd1a12140cab63bb9b Mon Sep 17 00:00:00 2001 From: ytkj Date: Thu, 3 Oct 2019 10:49:49 +0900 Subject: [PATCH] fix #293 and add builded lib/ dir. --- src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index 5d3084d..34782b0 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1 +1 @@ -export const isStateLess = Component => !Component.prototype.render +export const isStateLess = Component => !Component.render