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 b9f99a4 commit 1d7b6d2Copy full SHA for 1d7b6d2
docs/migration-guides/modal-v9-to-v10.mdx
@@ -76,14 +76,8 @@ the following:
76
- **Vanilla JS / Other Frameworks:** `npm install @web3auth/modal`
77
78
```bash
79
-# For React
80
-npm install @web3auth/modal @web3auth/modal/react@latest
81
-
82
-# For Vue
83
-npm install @web3auth/modal @web3auth/modal/vue@latest
84
85
-# For Vanilla JS or other frameworks
86
-npm install @web3auth/modal@latest
+# For React and Vue, you can use @web3auth/modal/react and @web3auth/modal/vue respectively.
+npm install @web3auth/modal
87
```
88
89
Remove deprecated and now-consolidated packages if present:
0 commit comments