Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

we have getting issue on useeffect #4

Open
Googlerz opened this issue May 13, 2023 · 1 comment
Open

we have getting issue on useeffect #4

Googlerz opened this issue May 13, 2023 · 1 comment

Comments

@Googlerz
Copy link

error mentioning missing dependencies for getNameAndBalance().here is code and error on RequestandPay.js
useEffect(()=>{
if(isSuccess || isSuccessRequest){
getNameAndBalance();
}
},[isSuccess, isSuccessRequest])

2nd error on app.js

useEffect(() => {
if (!isConnected) return;
getNameAndBalance();
}, [isConnected]);

error

@satyasai69
Copy link

its api call problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants