Skip to content

Commit 3634aca

Browse files
Merge pull request #293 from reown-com/develop
v1.1.1
2 parents 3059224 + c029a4f commit 3634aca

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.changeset/cool-actors-clean.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
'@reown/appkit-coinbase-ethers-react-native': patch
3+
'@reown/appkit-coinbase-wagmi-react-native': patch
4+
'@reown/appkit-scaffold-utils-react-native': patch
5+
'@reown/appkit-auth-ethers-react-native': patch
6+
'@reown/appkit-auth-wagmi-react-native': patch
7+
'@reown/appkit-scaffold-react-native': patch
8+
'@reown/appkit-ethers5-react-native': patch
9+
'@reown/appkit-common-react-native': patch
10+
'@reown/appkit-ethers-react-native': patch
11+
'@reown/appkit-wallet-react-native': patch
12+
'@reown/appkit-wagmi-react-native': patch
13+
'@reown/appkit-core-react-native': patch
14+
'@reown/appkit-siwe-react-native': patch
15+
'@reown/appkit-ui-react-native': patch
16+
---
17+
18+
fix: solved auth ethers connector type error

packages/wallet/src/AppKitAuthWebview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ function _AuthWebview() {
217217
) : null;
218218
}
219219

220-
export const AuthWebview = memo(_AuthWebview);
220+
export const AuthWebview = memo(_AuthWebview) as unknown as typeof _AuthWebview;
221221

222222
const styles = StyleSheet.create({
223223
backdrop: {

0 commit comments

Comments
 (0)