Код: Выделить всё
// Self-encapsulated component
const ComponentA = ({className}) => a
// Using it externally
const ComponentB = () =>
Как следует эта ситуация разрешится?
Подробнее здесь: https://stackoverflow.com/questions/793 ... e-override
Код: Выделить всё
// Self-encapsulated component
const ComponentA = ({className}) => a
// Using it externally
const ComponentB = () =>