Simplify lakeformation shares - single shared_db and single resource link table #457
Annotations
11 warnings
es-lint (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
|