We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the implementation here the client variable will always be undefined and the cleanup block will never run.
client
Consider combining useState with useEffect which will allow cleanup on dep change.
useState
useEffect
The text was updated successfully, but these errors were encountered:
Having worked with the SDK a bit more, I had some ideas for a hook which I've published at rnbrady/telnyx-use-phone.
Sorry, something went wrong.
farhat-ha
No branches or pull requests
In the implementation here the
client
variable will always be undefined and the cleanup block will never run.Consider combining
useState
withuseEffect
which will allow cleanup on dep change.The text was updated successfully, but these errors were encountered: