fix(build): update exports in build #17
pr.yml
on: pull_request
Matrix: build / build
build
/
test
1m 22s
build
/
notify
5s
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
|