помощью React.memo? Поймал ошибку на подобии cannot assign to Memo...
export const Foo = memo(({ text }) => (<div>{ text }</div>)) Foo.propTypes = { text: PropTypes.string.isRequired }
Обсуждают сегодня