addPost = (postMessage) => {
let newPost = {
id:'3',
message: postMessage,
like: '0'
}
state.profilePage.postData.push(newPost);
}
тут ошибка что скорее всего в props нет её
курс камасутры?)
Обсуждают сегодня