Skip to content

fix(build): update exports in build #17

fix(build): update exports in build

fix(build): update exports in build #17

Triggered via pull request October 26, 2024 17:44
Status Success
Total duration 2m 3s
Artifacts

pr.yml

on: pull_request
Matrix: build / build
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
build / build (20.x, lint): src/hooks/addresses.ts#L75
React Hook useEffect has a missing dependency: 'strategy'. Either include it or remove the dependency array
build / build (20.x, lint): src/hooks/balance.ts#L31
React Hook useEffect has a missing dependency: 'state?.config?.gatewayConfig'. Either include it or remove the dependency array
build / build (20.x, lint): src/hooks/permissions.ts#L37
React Hook useEffect has a missing dependency: 'strategy'. Either include it or remove the dependency array
build / build (20.x, lint): src/hooks/permissions.ts#L155
React Hook useEffect has missing dependencies: 'ensurePermissions', 'state.activeAddress', 'state.activeStrategy', 'state.config.appInfo', and 'state.config.gatewayConfig'. Either include them or remove the dependency array
build / build (20.x, lint): src/modals/Connect.tsx#L30
React Hook useEffect has a missing dependency: 'modalController'. Either include it or remove the dependency array
build / build (20.x, lint): src/modals/Connect.tsx#L36
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
build / build (20.x, lint): src/modals/Connect.tsx#L45
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
build / build (20.x, lint): src/modals/Profile.tsx#L28
React Hook useEffect has a missing dependency: 'modalController'. Either include it or remove the dependency array
build / build (20.x, lint): src/modals/RestoreSession.tsx#L51
React Hook useEffect has missing dependencies: 'dispatch', 'modalController', 'state?.config.ensurePermissions', and 'state?.config.permissions'. Either include them or remove the dependency array