Ui/feat/edit-oauth-apps #9
Annotations
3 warnings
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
ui/admin/app/components/oauth-apps/OAuthAppForm.tsx#L42
React Hook useMemo has a missing dependency: 'fields'. Either include it or remove the dependency array
|
lint:
ui/admin/app/components/oauth-apps/OAuthAppForm.tsx#L51
React Hook useEffect has missing dependencies: 'form' and 'getDefaultValues'. Either include them or remove the dependency array
|