We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5150bb1 commit 0993aecCopy full SHA for 0993aec
packages/trezor/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@web3-onboard/trezor",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "Trezor module for web3-onboard",
5
"module": "dist/index.js",
6
"browser": "dist/index.js",
packages/trezor/src/index.ts
@@ -137,8 +137,9 @@ function trezor(options: TrezorOptions): WalletInit {
137
}
138
139
const { email, appUrl, customNetwork } = options
140
+
141
// @ts-ignore
- const TrezorConnect = Trezor.default
142
+ const TrezorConnect = Trezor.default || Trezor
143
144
TrezorConnect.manifest({
145
email: email,
0 commit comments