Skip to content

Hw5#75

Open
oleg-prikhodko wants to merge 7 commits intoTa4i:masterfrom
oleg-prikhodko:HW5
Open

Hw5#75
oleg-prikhodko wants to merge 7 commits intoTa4i:masterfrom
oleg-prikhodko:HW5

Conversation

@oleg-prikhodko
Copy link
Copy Markdown

Получилось все кроме transitions

Copy link
Copy Markdown
Owner

@Ta4i Ta4i left a comment

Choose a reason for hiding this comment

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

Все классно! Баг в api.js чуть в другом состоял, но ты выкрутился))))

const {callAPI, ...rest} = action
if (!callAPI) next(rest)
const { callAPI, ...rest } = action
if (!callAPI || rest.type.includes(START) || rest.type.includes(SUCCESS) || rest.type.includes(FAIL)) next(rest)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

баг был в том, что надо сделать не просто next(rest), а return next(rest)

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