File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @reown/appkit-scaffold-react-native ' : patch
3
+ ' @reown/appkit-ethers5-react-native ' : patch
4
+ ' @reown/appkit-common-react-native ' : patch
5
+ ' @reown/appkit-ethers-react-native ' : patch
6
+ ' @reown/appkit-wallet-react-native ' : patch
7
+ ' @reown/appkit-wagmi-react-native ' : patch
8
+ ' @reown/appkit-core-react-native ' : patch
9
+ ' @reown/appkit-ui-react-native ' : patch
10
+ ' @reown/appkit-auth-ethers-react-native ' : patch
11
+ ' @reown/appkit-auth-wagmi-react-native ' : patch
12
+ ' @reown/appkit-coinbase-ethers-react-native ' : patch
13
+ ' @reown/appkit-coinbase-wagmi-react-native ' : patch
14
+ ' @reown/appkit-scaffold-utils-react-native ' : patch
15
+ ' @reown/appkit-siwe-react-native ' : patch
16
+ ---
17
+
18
+ fix: set loading when account data is being synced in appkit-wagmi
Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ export class AppKit extends AppKitScaffold {
431
431
'address' | 'isConnected' | 'chainId' | 'connector' | 'isConnecting' | 'isReconnecting'
432
432
> ) {
433
433
this . syncNetwork ( address , chainId , isConnected ) ;
434
- this . setLoading ( ! ! connector && ( isConnecting || isReconnecting ) ) ;
434
+ this . setLoading ( isConnecting || isReconnecting ) ;
435
435
436
436
if ( isConnected && address && chainId ) {
437
437
const caipAddress : CaipAddress = `${ ConstantsUtil . EIP155 } :${ chainId } :${ address } ` ;
You can’t perform that action at this time.
0 commit comments