From e20395b6421e66f272eb8ac5e67bed621d693df6 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Sat, 24 Sep 2016 17:26:17 -0600 Subject: [PATCH] Making a more unique React key for words did indeed make open edit forms correctly go away when switching dictionaries. --- src/components/Dictionary.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dictionary.jsx b/src/components/Dictionary.jsx index 3b888dc..ce841b4 100644 --- a/src/components/Dictionary.jsx +++ b/src/components/Dictionary.jsx @@ -10,7 +10,7 @@ export class Dictionary extends React.Component { showWords() { let words = this.props.words.map((word) => { - return