Remove warnings

This commit is contained in:
Lachlan Kermode
2022-03-03 13:00:31 -05:00
parent ea1dc45ea7
commit 20025dac57
4 changed files with 25 additions and 19 deletions

View File

@@ -8,6 +8,7 @@ import {
import * as selectors from "../../selectors";
import { getFilterIdxFromColorSet } from "../../common/utilities";
import copy from "../../common/data/copy.json";
import hash from "object-hash";
class CardStack extends React.Component {
constructor() {
@@ -80,7 +81,7 @@ class CardStack extends React.Component {
return (
<Card
ref={thisRef}
key={idx}
key={hash(content)}
content={content}
language={this.props.language}
isLoading={this.props.isLoading}