Fixed some react warnings involving missing keys in render arrays
Этот коммит содержится в:
@@ -191,7 +191,7 @@ export default class RhsThread extends React.Component {
|
||||
return (
|
||||
<Comment
|
||||
ref={comPost.id}
|
||||
key={comPost.id}
|
||||
key={comPost.id + 'commentKey'}
|
||||
post={comPost}
|
||||
selected={(comPost.id === selectedPost.id)}
|
||||
/>
|
||||
|
||||
Ссылка в новой задаче
Block a user