I\'m using redux-form and on blur validation. After I type the first character into an input element, it loses focus and I have to click in it again to continue
redux-form
This can also happen if you have defined styled-components inside your render function. You should define them outside your class. Like this:
const Row = styled.div` justify-content:center; `; const Card = styled.div` width:18rem; padding:1rem; `; class Login extends Component{