You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm begineer with react and was building a clone project. it was all going fine but just after i used react-oauth/google it shows some errors and I'm unable to fix them. I have provided with the important stuff so please look over and help me out.
Hi kunal ,
i have noticed some syntax errors in your styled sections please check this , and the upper error is because of not proper calling use state functions . make sure hooks are called inside the function. and don't use hooks in conditionals like if , else.
I'm begineer with react and was building a clone project. it was all going fine but just after i used react-oauth/google it shows some errors and I'm unable to fix them. I have provided with the important stuff so please look over and help me out.
Here is the version of react i'm working on.
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
please help me out!!
### App.js
### LoginDialog.jsx
The text was updated successfully, but these errors were encountered: