FuelLabs / fuels-ts

Fuel Network Typescript SDK
https://docs.fuel.network/docs/fuels-ts/
Apache License 2.0
44.06k stars 1.34k forks source link

Review build error on `demo-wallet-sdk-react` #2397

Closed arboleya closed 3 months ago

arboleya commented 5 months ago

Getting this when trying to pnpm build on master, using a fresh clone:

build-error
petertonysmith94 commented 5 months ago

Related issue with the connectors: https://github.com/FuelLabs/fuel-connectors/issues/52

mvares commented 4 months ago

That is likely because the code is being executed on the server-side. (PS: Due to this, the window variable isn't available)

Perhaps we can get a look at Fuel Connector code and send a PR to fix this bug.