From 8a914c9367610490013916a9fbc538f85998feab Mon Sep 17 00:00:00 2001 From: Mustafa Mansour <33766083+MkMan@users.noreply.github.com> Date: Tue, 29 Sep 2020 17:14:49 +1000 Subject: [PATCH] Update addons-animation.md (#3151) Fix key value in code snippet. --- content/docs/addons-animation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/addons-animation.md b/content/docs/addons-animation.md index f83dd63f..fd724dbe 100644 --- a/content/docs/addons-animation.md +++ b/content/docs/addons-animation.md @@ -50,7 +50,7 @@ class TodoList extends React.Component { render() { const items = this.state.items.map((item, i) => ( -