From 12a84bfbe6bedff9741a9d76d07742cb4a343af9 Mon Sep 17 00:00:00 2001 From: ivc369 Date: Thu, 3 Sep 2020 15:37:42 +0800 Subject: [PATCH] Fixing an error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 061cf74..0f3118d 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ class Clickable extends React.Component {
render() { const {clicks} = this.state; - const {ket} = this.props; + const {key} = this.props;
return React.createElement( 'button', {