Answer the question
In order to leave comments, you need to log in
Why is React rendering wrong?
Тут главный рендер. Передаю в Row цифры 1 и 2.
return (
<Row left={1} right={2} />
);
return (
<div className="row mb2">
<div className="col-md-6">
{left}
</div>
<div className="col-md-6">
{right}
</div>
</div>
);
Answer the question
In order to leave comments, you need to log in
if it returns "not the same at all", then maybe you connected another Row.js from another folder somehow
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question