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 bfddc56 commit 380969cCopy full SHA for 380969c
packages/core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@web3-onboard/core",
3
- "version": "2.2.10",
+ "version": "2.2.11-alpha.1",
4
"scripts": {
5
"build": "rollup -c",
6
"dev": "rollup -c -w",
packages/core/src/index.ts
@@ -42,7 +42,6 @@ export type {
42
} from './types'
43
44
export type { EIP1193Provider } from '@web3-onboard/common'
45
-export { connectWallet$ } from './streams'
46
47
function init(options: InitOptions): OnboardAPI {
48
if (typeof window === 'undefined') return API
0 commit comments