Nuacht

I am trying to build a form with react. But every onBlur, onChange, and onClick is triggering twice. It happens if i try to console log inside the reducer function. The JSX is - import React, { use ...
The isValid prop doesn't update until blur for the initial change. The errors prop does seem to update though. Is this intended?