Skip to content

Commit bd555ab

Browse files
update gitignore and fix build
1 parent 1d9b48b commit bd555ab

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
node_modules
44
yarn-debug.log*
55
yarn-error.log*
6+
docs/dist/
7+
docs/build/
8+
vocs.config.tsx.timestamp*
69

710
# OS ignores
811
.DS_Store

docs/pages/identity/smart-wallet/guides/batch-transactions.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ The `useWriteContracts` hook returns an object with a `data` field. This `data`
9797
This will return a `PENDING` or `CONFIRMED` status along with a subset of a transaction receipt.
9898
9999
```ts twoslash [App.tsx]
100+
// @errors: 2352 2367
100101
// @filename: App.tsx
101102
import React from 'react'
102103
// ---cut---

0 commit comments

Comments
 (0)