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

TypeError: destroy is not a function in useEffect caused by async/await #2

Open
dushyanth31 opened this issue Jul 9, 2022 · 1 comment

Comments

@dushyanth31
Copy link

Hello,
In Sidebar.js I am getting a error that is caused by useEffect.

In these lines:

useEffect(async () => {
try {
const response = await fetch(
${process.env.NEXT_PUBLIC_API_URL}/getchannels,
)
const data = await response.json()
setChannels(data)
router.push(?channel=${data[0].roomId}&name=${data[0].roomName})
} catch (error) {
console.error(error)
}
}, [])

@CleverProgrammer @kevikodes
Screenshot (8)

I'm all up to date. Still I am facing this issue.

Anyone please help me!

Thank You.

@DeadstarIII
Copy link

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