Release 4.25.2 #10251
js.yml
on: pull_request
JS Linting
1m 59s
TypeScript Checking
1m 55s
JS Testing
2m 23s
Annotations
10 warnings
|
JS Linting:
assets/setup-wizard/data/use-setup-wizard-step.js#L40
React Hook useSelect has a missing dependency: 'step'. Either include it or remove the dependency array
|
|
JS Linting:
assets/react-hooks/use-select-with-debounce.js#L35
React Hook useSelect has a missing dependency: 'mapSelect'. Either include it or remove the dependency array
|
|
JS Linting:
assets/blocks/quiz/quiz-block/quiz-validation.js#L55
React Hook useSelect has an unnecessary dependency: 'clientId'. Either exclude it or remove the dependency array
|
|
JS Linting:
assets/blocks/quiz/quiz-block/next-question-index.js#L21
React Hook useSelect has a missing dependency: 'clientId'. Either include it or remove the dependency array
|
|
JS Linting:
assets/blocks/lesson-actions/lesson-actions-block/use-toggle-blocks.js#L32
React Hook useSelect has a missing dependency: 'parentClientId'. Either include it or remove the dependency array
|
|
JS Linting:
assets/blocks/course-outline/outline-block/outline-appender.js#L27
React Hook useSelect has a missing dependency: 'clientId'. Either include it or remove the dependency array
|
|
JS Linting:
assets/blocks/course-outline/outline-block/existing-lessons-modal/use-add-existing-lessons.js#L43
React Hook useSelect has a missing dependency: 'clientId'. Either include it or remove the dependency array
|
|
JS Linting:
assets/blocks/course-outline/outline-block/existing-lessons-modal/use-add-existing-lessons.js#L38
React Hook useSelect has a missing dependency: 'clientId'. Either include it or remove the dependency array
|
|
JS Linting:
assets/blocks/course-categories-block/hooks/use-course-categories/index.js#L47
React Hook useSelect has missing dependencies: 'postType', 'slug', and 'term?.postTerms'. Either include them or remove the dependency array
|
|
JS Linting:
assets/admin/editor-wizard/steps/lesson-details-step.js#L40
React Hook useEffect has missing dependencies: 'setWizardData' and 'wizardData'. Either include them or remove the dependency array. If 'setWizardData' changes too often, find the parent component that defines it and wrap that definition in useCallback
|