Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix react sample startup guide & add needful dependency … #1128

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore(doc): resolve pr conversation
  • Loading branch information
AlienegraGeek committed Jul 19, 2024
commit 1928ffdb8495e8991badac221ae59025c183dfe8
2 changes: 1 addition & 1 deletion examples/react/README.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ Make sure your node version is 18

Then perform the build:
```bash
yarn build all
yarn build:all
```
Need to add a separate dependency, otherwise a error `Module not found` will be reported.
```bash
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -94,7 +94,6 @@
"@meteorwallet/sdk": "^1.0.9",
"@mintbase-js/wallet": "0.6.0-beta.3",
"@near-snap/sdk": "^0.6.0",
"@near-wallet-selector/modal-ui": "^8.9.10",
"@peersyst/near-mobile-signer": "^1.0.10",
"@ramper/near": "^0.0.30",
"@walletconnect/modal": "^2.6.2",
Loading