Saijal Shakya

Results 2 issues of Saijal Shakya

Device Info `$ sudo dmidecode | grep "Product Name" -B 2 -A 4` ```` System Information Manufacturer: Acer Product Name: Nitro AN515-45 Version: V1.08 Serial Number: ************************************ UUID: *****-****-****-****-********** Wake-up...

question

"react-google-recaptcha": "^2.0.1" **Method 1:** `const Contact = () => { const recaptchaRef = React.createRef(); const verifyCallback = () => { console.log( recaptchaRef.current.getValue() ) } return( ); }` **Method 2:** `const...

help wanted