-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
реструктуризация Redux действий (restructure Redux actions) #35
Labels
Comments
должен имеет метаданные {
type: 'SOME_ACTION',
meta: {
...metadata
},
payload: {
...data
}
} |
это такое сообщение об ошибке, которое появляется сейчас, оно жалуется на то, что некоторые действия имеют свойства "meta" или "payload", но другие не имеют. |
aneurysmjs
added a commit
that referenced
this issue
Sep 27, 2019
aneurysmjs
added a commit
that referenced
this issue
Sep 27, 2019
aneurysmjs
added a commit
that referenced
this issue
Sep 27, 2019
aneurysmjs
added a commit
that referenced
this issue
Sep 29, 2019
also use makeActionCreator on fetchProducts improves #35
aneurysmjs
added a commit
that referenced
this issue
Oct 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
все действия должны иметь одинаковую форму для целостности
(all actions should have the same shape for integrity)
The text was updated successfully, but these errors were encountered: