Getting NaN inside (React)
I am trying to create a currency conversion site using React, and I’m stuck with a problem. Whenever I type a number inside this input<input value={sourceAmount} onChange={handleSourceAmountChange} type="number" />
I get NaN inside <input type="number" value={targetAmount} readOnly />
.