Bugfix 932: Investigate why some shares did not go to failed state, but remained stuck or in-progress #340
Annotations
10 warnings
es-lint (16.x):
frontend/src/authentication/contexts/GenericAuthContext.js#L108
React Hook useEffect has missing dependencies: 'getAuthenticatedUser' and 'processLoadingStateChange'. Either include them or remove the dependency array
|
es-lint (16.x):
frontend/src/authentication/contexts/GenericAuthContext.js#L116
React Hook useEffect has a missing dependency: 'processLoadingStateChange'. Either include it or remove the dependency array
|
es-lint (16.x):
frontend/src/authentication/contexts/GenericAuthContext.js#L152
React Hook useEffect has a missing dependency: 'getAuthenticatedUser'. Either include it or remove the dependency array
|
es-lint (16.x):
frontend/src/authentication/contexts/GenericAuthContext.js#L170
React Hook useEffect has a missing dependency: 'auth'. Either include it or remove the dependency array
|
es-lint (16.x):
frontend/src/authentication/views/Login.js#L98
Prefer named exports
|
es-lint (16.x):
frontend/src/design/components/popovers/NotificationsPopover.js#L51
React Hook useCallback has a missing dependency: 'fetchItems'. Either include it or remove the dependency array
|
es-lint (16.x):
frontend/src/design/components/popovers/NotificationsPopover.js#L101
React Hook useEffect has a missing dependency: 'getCountInbox'. Either include it or remove the dependency array
|
es-lint (16.x):
frontend/src/modules/Administration/views/AdministrationView.js#L100
Prefer named exports
|
es-lint (16.x):
frontend/src/modules/Catalog/views/Catalog.js#L443
Prefer named exports
|
es-lint (16.x):
frontend/src/modules/Dashboards/views/DashboardEditForm.js#L400
Prefer named exports
|