Dmitiy Afanasev

Results 2 comments of Dmitiy Afanasev

Hi! try it like this: function HelloContainer ``` export default function HelloContainer() { return connect( mapStateToProps, mapDispatchToProps )(Hello as new(props: ComponentProps) => Hello); } ``` ```javascript // src/containers/HelloContainer.tsx import *...

Сам себе отвечаю. Если грубо сделать, после создания FormData надо добавить элемент. albumId = 1; form.append('albumId', albumId);