fix: exclude .well-known paths from catch-all route #2049
Annotations
11 warnings
|
Run Eslint:
app/javascript/src/common/FormikFields/InputField/index.tsx#L72
React Hook useEffect has a missing dependency: 'marginBottom'. Either include it or remove the dependency array. If 'setDefaultMarginBottom' needs the current value of 'marginBottom', you can also switch to useReducer instead of useState and read 'marginBottom' in the reducer
|
|
Run Eslint:
app/javascript/src/common/CustomTextareaAutosize.tsx#L32
React Hook useEffect has a missing dependency: 'id'. Either include it or remove the dependency array
|
|
Run Eslint:
app/javascript/src/common/CustomReactSelectStyle/Styles/index.ts#L44
Do not nest ternary expressions
|
|
Run Eslint:
app/javascript/src/common/CustomDateRangeWIthInput/index.tsx#L63
React Hook useEffect has a missing dependency: 'setShowCustomCalendar'. Either include it or remove the dependency array. Outer scope values like 'document.activeElement' aren't valid dependencies because mutating them doesn't re-render the component
|
|
Run Eslint:
app/javascript/src/common/CustomDateRangeWIthInput/index.tsx#L54
React Hook useEffect has a missing dependency: 'setSelectedInput'. Either include it or remove the dependency array. If 'setSelectedInput' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Run Eslint:
app/javascript/src/common/CustomDateRangePicker/index.tsx#L49
React Hook useEffect has a missing dependency: 'setSelectedInput'. Either include it or remove the dependency array. If 'setSelectedInput' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Run Eslint:
app/javascript/src/common/CustomAdvanceInput/index.tsx#L49
React Hook useEffect has a missing dependency: 'id'. Either include it or remove the dependency array
|
|
Run Eslint:
app/javascript/src/common/AutoSearch/index.tsx#L37
React Hook useEffect has a missing dependency: 'handleSearchAction'. Either include it or remove the dependency array
|
|
Run Eslint:
app/javascript/src/StyledComponents/TimeInput/index.tsx#L35
React Hook useEffect has a missing dependency: 'autoFocus'. Either include it or remove the dependency array
|
|
Run Eslint:
app/javascript/src/StyledComponents/Avatar.tsx#L44
React Hook useEffect has a missing dependency: 'getInitials'. Either include it or remove the dependency array
|
|
Find yarn cache location
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading