<Post text={item.text} smallPhoto={smallPhoto} date={???} key={item.id} />
упоминается объект item. Наверное в нем есть аттрибут date. Или что-то очень на него похожее...function async dictionary(word) {
const result = await $.when(post({'word':word})).done(function(data){
return data;
});
return result;
}