Skip to content

X2-9688 added loading state for Arrival picker dates #2190

X2-9688 added loading state for Arrival picker dates

X2-9688 added loading state for Arrival picker dates #2190

GitHub Actions / View Lint Report failed Sep 23, 2024 in 0s

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]

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]

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]

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Dot/Dot.jsx#L18

[no-useless-computed-key] Unnecessarily computed property ["extra-large"] found.