Skip to content

Commit

Permalink
Merge pull request #293 from reown-com/develop
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
ignaciosantise authored Dec 19, 2024
2 parents 3059224 + c029a4f commit 3634aca
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .changeset/cool-actors-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@reown/appkit-coinbase-ethers-react-native': patch
'@reown/appkit-coinbase-wagmi-react-native': patch
'@reown/appkit-scaffold-utils-react-native': patch
'@reown/appkit-auth-ethers-react-native': patch
'@reown/appkit-auth-wagmi-react-native': patch
'@reown/appkit-scaffold-react-native': patch
'@reown/appkit-ethers5-react-native': patch
'@reown/appkit-common-react-native': patch
'@reown/appkit-ethers-react-native': patch
'@reown/appkit-wallet-react-native': patch
'@reown/appkit-wagmi-react-native': patch
'@reown/appkit-core-react-native': patch
'@reown/appkit-siwe-react-native': patch
'@reown/appkit-ui-react-native': patch
---

fix: solved auth ethers connector type error
2 changes: 1 addition & 1 deletion packages/wallet/src/AppKitAuthWebview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function _AuthWebview() {
) : null;
}

export const AuthWebview = memo(_AuthWebview);
export const AuthWebview = memo(_AuthWebview) as unknown as typeof _AuthWebview;

const styles = StyleSheet.create({
backdrop: {
Expand Down

0 comments on commit 3634aca

Please sign in to comment.