refactor(core): refactor activityDetails to use dApp components [LW-10281] #5489
Annotations
9 warnings
Build Lace browser extension:
apps/browser-extension-wallet/src/views/browser-view/features/multi-wallet/create-wallet/context.tsx#L51
The 'onNameAndPasswordChange' function makes the dependencies of useMemo Hook (at line 110) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'onNameAndPasswordChange' in its own useCallback() Hook
|
Build Lace browser extension:
apps/browser-extension-wallet/src/views/browser-view/features/multi-wallet/create-wallet/context.tsx#L64
The 'next' function makes the dependencies of useMemo Hook (at line 110) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'next' in its own useCallback() Hook
|
Build Lace browser extension:
apps/browser-extension-wallet/src/views/browser-view/features/multi-wallet/create-wallet/context.tsx#L83
The 'back' function makes the dependencies of useMemo Hook (at line 110) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'back' in its own useCallback() Hook
|
Build Lace browser extension:
apps/browser-extension-wallet/src/views/browser-view/features/multi-wallet/hardware-wallet/context.tsx#L105
React Hook useCallback has a missing dependency: 'setFormDirty'. Either include it or remove the dependency array
|
Build Lace browser extension:
apps/browser-extension-wallet/src/views/browser-view/features/multi-wallet/restore-wallet/context.tsx#L64
The 'onRecoveryPhraseLengthChange' function makes the dependencies of useMemo Hook (at line 127) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'onRecoveryPhraseLengthChange' in its own useCallback() Hook
|
Build Lace browser extension:
apps/browser-extension-wallet/src/views/browser-view/features/multi-wallet/restore-wallet/context.tsx#L68
The 'onNameAndPasswordChange' function makes the dependencies of useMemo Hook (at line 127) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'onNameAndPasswordChange' in its own useCallback() Hook
|
Build Lace browser extension:
apps/browser-extension-wallet/src/views/browser-view/features/multi-wallet/restore-wallet/context.tsx#L80
The 'finalizeWalletRestoration' function makes the dependencies of useMemo Hook (at line 127) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'finalizeWalletRestoration' in its own useCallback() Hook
|
Build Lace browser extension:
apps/browser-extension-wallet/src/views/browser-view/features/multi-wallet/restore-wallet/context.tsx#L93
The 'next' function makes the dependencies of useMemo Hook (at line 127) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'next' in its own useCallback() Hook
|
Build Lace browser extension:
apps/browser-extension-wallet/src/views/browser-view/features/multi-wallet/restore-wallet/context.tsx#L104
The 'back' function makes the dependencies of useMemo Hook (at line 127) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'back' in its own useCallback() Hook
|
Loading