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
When paystack script isn't loaded, throwing inside a useEffect cannot be cause. This mostly happens when there is a proxy on the internet connection.
Can this be return to the use as past of the hook?
useEffect(() => { if (scriptError) { throw new Error('Unable to load paystack inline script'); } }, [scriptError]);
The text was updated successfully, but these errors were encountered:
Also the pop up isn't getting called because scriptLoaded doesn't change
Sorry, something went wrong.
Have you been able to resolve this issues, I'm experiencing the same.
Hi everyone. Any solution to this? I'm experiencing it now.
No branches or pull requests
When paystack script isn't loaded, throwing inside a useEffect cannot be cause.
This mostly happens when there is a proxy on the internet connection.
Can this be return to the use as past of the hook?
The text was updated successfully, but these errors were encountered: