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
The order of the array of providers passed to useInitializeProviders should determine the order of providers returned by the useEffect hook in-app.
providers
useInitializeProviders
useEffect
The text was updated successfully, but these errors were encountered:
fix: preserve order of providers in which the are given to `useInitia…
ab47e29
…lizeProviders` Closes TxnLab#104
fix: preserve order of providers as they are given to `useInitializeP…
c1932f8
…roviders` Closes TxnLab#104
fix: preserve order of providers as passed into useInitializeProviders
acff1c0
Closes TxnLab#104
35a6333
No branches or pull requests
The order of the array of
providers
passed touseInitializeProviders
should determine the order ofproviders
returned by theuseEffect
hook in-app.The text was updated successfully, but these errors were encountered: