feat(progress-tracker): add base markup for progress-tracker #2400
quality.yml
on: pull_request
PR assignment
3s
Lint
4m 38s
Typecheck
3m 30s
Test
3m 54s
Accessibility
4m 21s
Visual testing
4m 23s
Deploy
4m 33s
Annotations
3 warnings
Deploy
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/
|
Lint:
packages/components/progress-tracker/src/ProgressTrackerStep.tsx#L28
React Hook useEffect has missing dependencies: 'disabled', 'setSteps', and 'stepId'. Either include them or remove the dependency array
|
Lint:
packages/components/select/src/SelectItem.tsx#L17
React Hook useEffect has missing dependencies: 'registerOption' and 'unregisterOption'. Either include them or remove the dependency array
|