You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strange, this should definitely work with yarn as 3.5.0 version is locked in yarn.lock file. However this can cause problems when using npm. Thanks for the report.
EDIT: OK, yarn.lock is in master but haven't been released yet. Fixed in 6bf9fbc. Releasing v0.8.0 with a fix.
Major Break
Importing 'crc' version 3.6.0 results in an undefined import when using stellar-sdk after bundling with webpack and sending it down to the client.
Code example that no longer works:
Temporary fix for users:
Add the following to
package.json
:Note: I've only tested this with yarn
For the debuggers, here is the webpack config file:
The text was updated successfully, but these errors were encountered: