Javascript – Unable to disable button using react
I am unable to disable submit button when someone signs up on my webpage. import styles, {layout} from '../style'; import {eye, eye_hidden, google} from "../assets"; import {useState, useRef} from 'react'; import {useAuth} from '../contexts/AuthContext'; const SignUp = () => {…