datas are undefined after dispatch

Viewed 15

I'm trying to update the post, and it'a all ok until call dispatch(updatePost(id, newDatas)) function. After that, on next file, inside updatePost(), newDatas are undefined. enter image description here enter image description here

0 Answers
Related