Skip to content

Commit 3f807f0

Browse files
committed
chore: changeset
1 parent cdfd3c5 commit 3f807f0

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"wagmi": minor
3+
"@wagmi/vue": minor
4+
---
5+
6+
Added support to `useConnect` for custom `connector.connect` parameters.

.changeset/thirty-camels-exercise.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@wagmi/connectors": minor
3+
"@wagmi/core": minor
4+
---
5+
6+
Added narrowing to `config.connectors`.
7+

packages/core/src/errors/config.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test('constructors', () => {
6262
).toMatchInlineSnapshot(`
6363
[ConnectorUnavailableReconnectingError: Connector "Rabby Wallet" unavailable while reconnecting.
6464
65-
Details: During the reconnection step, the only connector methods guaranteed to be available are: \`id\`, \`name\`, \`type\`, \`uuid\`. All other methods are not guaranteed to be available until reconnection completes and connectors are fully restored. This error commonly occurs for connectors that asynchronously inject after reconnection has already started.
65+
Details: During the reconnection step, the only connector methods guaranteed to be available are: \`id\`, \`name\`, \`type\`, \`uid\`. All other methods are not guaranteed to be available until reconnection completes and connectors are fully restored. This error commonly occurs for connectors that asynchronously inject after reconnection has already started.
6666
Version: @wagmi/[email protected]]
6767
`)
6868
})

0 commit comments

Comments
 (0)