react-web3
react-web3 copied to clipboard
Ensure web3 is available before your app renders
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.14 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...
Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.1.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 6.1.0. Release notes Sourced from css-what's releases. v6.1.0 feat: Support pseudo elements with data (#762) 3be227a https://github.com/fb55/css-what/compare/v6.0.1...v6.1.0 v6.0.1 Fix parsing column combinators after tag names...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 11.1.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
The new, standard way to access the Ethereum provider in a Web browser is to use `window.ethereum` https://medium.com/metamask/eip-1102-preparing-your-dapp-5027b2c9ed76
My App.js looks like this: ``` import React from "react"; import ReactDOM from "react-dom"; import * as serviceWorker from "./serviceWorker"; import { Web3Provider } from "react-web3"; ReactDOM.render( {/* */} test...
Working on using this with a project now but running into a snag if there is no web3 instance at all. If I enable metamask everything works fine but when...
[My previous 1102 PR](https://github.com/coopermaruyama/react-web3/pull/37) was not ideal: It was still using the account-polling logic for the `enable()` function, which meant if a user declined the login, it would keep re-requesting...