X2-9688 added loading state for Arrival picker dates #2190
View Lint Report
3 ESLint error(s) and 0 ESLint warning(s) found in pull request changed files.
0 ESLint error(s) and 0 ESLint warning(s) found in files outside of the pull request.
Details
Pull Request Changed Files ESLint Results:
3 ESLint error(s) and 0 ESLint warning(s) found
3 Error(s):
src/components/DatePicker/Day.jsx
line 13
- Start Line:
13
- End Line:
13
- Message: Unknown property 'class' found, use 'className' instead
- From: [
react/no-unknown-property
]
- From: [
src/components/DatePicker/Day.jsx
line 24
- Start Line:
24
- End Line:
24
- Message: Unknown property 'class' found, use 'className' instead
- From: [
react/no-unknown-property
]
- From: [
src/components/Dot/Dot.jsx
line 18
- Start Line:
18
- End Line:
18
- Message: Unnecessarily computed property ["extra-large"] found.
- From: [
no-useless-computed-key
]
- From: [
Non-Pull Request Changed Files ESLint Results:
0 ESLint error(s) and 0 ESLint warning(s) found
Annotations
Check failure on line 13 in src/components/DatePicker/Day.jsx
github-actions / View Lint Report
src/components/DatePicker/Day.jsx#L13
[react/no-unknown-property] Unknown property 'class' found, use 'className' instead
Check failure on line 24 in src/components/DatePicker/Day.jsx
github-actions / View Lint Report
src/components/DatePicker/Day.jsx#L24
[react/no-unknown-property] Unknown property 'class' found, use 'className' instead
Check failure on line 18 in src/components/Dot/Dot.jsx
github-actions / View Lint Report
src/components/Dot/Dot.jsx#L18
[no-useless-computed-key] Unnecessarily computed property ["extra-large"] found.