Uniswap / web3-react

A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
https://web3-react-mu.vercel.app/
GNU General Public License v3.0
5.5k stars 1.52k forks source link

Cannot use web3-react beta on stackblitz #503

Open markostojanovic087 opened 2 years ago

markostojanovic087 commented 2 years ago

Error: Error in /turbo_modules/@web3-react/store@8.0.16-beta.0/dist/index.js (8:35) Unexpected token 'export'

Minimal example demo here.

NoahZinsmeister commented 2 years ago

this sounds like a bundling/tooling issue with stackblitz - the only "officially" supported build environments for this package are next.js and create-react-app, both of which work - you're welcome to take this issue up with the stackblitz team though!