From 82fc8d6bf95f8e912d268b2d694b6ea4e64760be Mon Sep 17 00:00:00 2001 From: mv Date: Fri, 10 Jun 2022 08:36:13 +0800 Subject: [PATCH] Update 03.10.table-search.html `this.logSetState` is not defined at this step. It has to be `this.setState(...)` --- chapters/03.10.table-search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/03.10.table-search.html b/chapters/03.10.table-search.html index ac6cf54..99c72d3 100755 --- a/chapters/03.10.table-search.html +++ b/chapters/03.10.table-search.html @@ -83,7 +83,7 @@ } return row; }); - this.logSetState({ + this.setState({ edit: null, data, });