Reset request flow when logout #11029
lint-changed.yml
on: pull_request
Changed files ESLint check
47s
Annotations
9 errors and 2 warnings
Changed files ESLint check:
src/pages/iou/request/step/IOURequestStepConfirmation.tsx#L19
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/iou/request/step/IOURequestStepConfirmation.tsx#L20
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/iou/request/step/IOURequestStepConfirmation.tsx#L22
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/iou/request/step/IOURequestStepConfirmation.tsx#L25
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/iou/request/step/IOURequestStepConfirmation.tsx#L26
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/iou/request/step/IOURequestStepConfirmation.tsx#L28
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/iou/request/step/IOURequestStepConfirmation.tsx#L29
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"
|
Changed files ESLint check:
src/pages/iou/request/step/IOURequestStepConfirmation.tsx#L156
Expected { after 'if' condition
|
Changed files ESLint check
Process completed with exit code 1.
|
Changed files ESLint check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Changed files ESLint check:
src/pages/iou/request/step/IOURequestStepConfirmation.tsx#L163
React Hook useEffect has a missing dependency: 'transaction?.transactionID'. Either include it or remove the dependency array
|