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
Hello, I've faced with the error in version 1.0.4:
import { Bip32PublicKey } from '@stricahq/bip32ed25519';
^^^^^^^^^^^^^^
SyntaxError: Named export'Bip32PublicKey' not found. The requested module '@stricahq/bip32ed25519' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
Library version 1.0.3 works as expected with named imports.
Hello, I've faced with the error in version 1.0.4:
Library version 1.0.3 works as expected with named imports.
Workaround:
But it would be helpful to support named imports in module only environment.
The text was updated successfully, but these errors were encountered: