Ether1Project / ethofs-sdk

MIT License
1 stars 3 forks source link

Ethofs SDK creating memory crash with React #15

Closed Legacytrx closed 2 years ago

Legacytrx commented 2 years ago

The 1.0.10 version of the SDK is causing a memory crash in conjunction with an native React app, even a basic template app as soon as const ethofsSDK = require('@ethofs/sdk'); is being used.

Debugging has been shown that if You scale down the SDK to a bare minimum shell, that it start to crash on react level as soon as web3 is included on SDK level. Potentially a web3 / webpack packing issue could be the cause.

Legacytrx commented 2 years ago

React incompability