реагируйте на use .map() с помощью useState
#reactjs Вопрос: index.js const [questionRepliesAll, setQuestionRepliesAll] = useState([]) const [questionReplies, setQuestionReplies] = useState({ replies: [ { desc: 'hello word 1' }, { desc: 'hello word 2' } ], reply_users: […