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

feat(react): add env support #864

Merged
merged 1 commit into from
May 26, 2022
Merged

feat(react): add env support #864

merged 1 commit into from
May 26, 2022

Conversation

Niraj-Kamdar
Copy link
Contributor

No description provided.

@@ -33,7 +33,7 @@ export function createWeb3ApiProvider(
ClientContext: React.createContext({} as Web3ApiClient)
};

return ({ redirects, plugins, interfaces, children }) => {
return ({ envs, redirects, plugins, interfaces, children }) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this. Is there a way to make this "future proof" so we don't have to keep updating this with new ClientConfig properties?

@dOrgJelli dOrgJelli merged commit f26f996 into prealpha-dev May 26, 2022
@dOrgJelli dOrgJelli deleted the nk/react-env-fix branch February 2, 2023 15:41
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

Successfully merging this pull request may close these issues.

2 participants