Skip to content

Ht2#13

Open
apaulau wants to merge 3 commits intoromabelka:masterfrom
apaulau:ht2
Open

Ht2#13
apaulau wants to merge 3 commits intoromabelka:masterfrom
apaulau:ht2

Conversation

@apaulau
Copy link

@apaulau apaulau commented May 19, 2018

No description provided.

return (
<ol>
{Object.keys(events).map((key) => (
<li key={key}>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я б для Event сразу отдельный компонент заводил

}

expect(saga.next().value).toEqual(put({ type: SIGN_IN_REQUESTS_LIMIT }))
})
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ок, но можно бы и reducer потестить

.update('entities', (entities) =>
Object.entries(payload).reduce(
(map, [key, value]) => map.set(key, new EventRecord(value)),
new Map({})
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

возможно лучше OrederedMap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments