web3-react
web3-react copied to clipboard
Initializing Network connetor in Nextjs throws "Module not found: Can't resolve 'fs'" error
const [web3Network, web3NetworkHooks] = initializeConnector<Network>( (actions) => new Network({ actions, urlMap: RPC_PROVIDERS, defaultChainId: 5554 }) );
export const networkConnection: Connection = { connector: web3Network, hooks: web3NetworkHooks, type: ConnectionType.NETWORK, };
Expected Behaviour: No error
Behaviour: error - ./node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/readFile.js:9:0 Module not found: Can't resolve 'fs'