Skip to content

feat: implement spacer component #3821

feat: implement spacer component

feat: implement spacer component #3821

Triggered via pull request July 22, 2023 16:00
Status Success
Total duration 8m 1s
Artifacts

CI.yml

on: pull_request
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

31 warnings
Build (ubuntu-20.04, 16)
Unexpected input(s) 'max_attempts', 'retry_on', valid inputs are ['token', 'file', 'files', 'directory', 'flags', 'full_report', 'commit_parent', 'dry_run', 'env_vars', 'fail_ci_if_error', 'functionalities', 'gcov', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'move_coverage_to_trash', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_commit', 'override_pr', 'override_tag', 'root_dir', 'slug', 'swift', 'swift_project', 'upstream_proxy', 'url', 'verbose', 'version', 'working-directory', 'xcode', 'xcode_archive_path', 'xtra_args']
Build (ubuntu-20.04, 16): packages/form-js-editor/src/features/render-injection/slot-fill/SlotFillRoot.js#L17
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
Build (ubuntu-20.04, 16): packages/form-js-editor/src/render/components/FormEditor.js#L102
React Hook useEffect has missing dependencies: 'eventBus' and 'scrollIntoView'. Either include them or remove the dependency array
Build (ubuntu-20.04, 16): packages/form-js-editor/src/render/components/FormEditor.js#L298
React Hook useEffect has a missing dependency: 'eventBus'. Either include it or remove the dependency array
Build (ubuntu-20.04, 16): packages/form-js-editor/src/render/components/FormEditor.js#L375
React Hook useEffect has a missing dependency: 'eventBus'. Either include it or remove the dependency array
Build (ubuntu-20.04, 16): packages/form-js-editor/src/render/hooks/useDebounce.js#L15
React Hook useMemo was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Build (ubuntu-20.04, 16): packages/form-js-editor/src/render/hooks/useDebounce.js#L15
React Hook useMemo has missing dependencies: 'debounce' and 'fn'. Either include them or remove the dependency array
Build (ubuntu-20.04, 16): packages/form-js-playground/src/components/PlaygroundRoot.js#L66
React Hook useEffect contains a call to 'setInitialSchema'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [props] as a second argument to the useEffect Hook
Build (ubuntu-20.04, 16): packages/form-js-playground/src/components/PlaygroundRoot.js#L170
React Hook useEffect has missing dependencies: 'data', 'editorAdditionalModules', 'editorProperties', 'emit', 'exporterConfig', 'resultData', 'viewerAdditionalModules', and 'viewerProperties'. Either include them or remove the dependency array
Build (ubuntu-20.04, 16): packages/form-js-playground/src/components/PlaygroundRoot.js#L203
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
Build (ubuntu-20.04, 16): packages/form-js-viewer/src/render/Renderer.js#L37
React Hook useCallback has an unnecessary dependency: 'form'. Either exclude it or remove the dependency array. Outer scope values like 'form' aren't valid dependencies because mutating them doesn't re-render the component
Build (windows-latest, 16): packages/form-js-editor/src/features/render-injection/slot-fill/SlotFillRoot.js#L17
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
Build (windows-latest, 16): packages/form-js-editor/src/render/components/FormEditor.js#L102
React Hook useEffect has missing dependencies: 'eventBus' and 'scrollIntoView'. Either include them or remove the dependency array
Build (windows-latest, 16): packages/form-js-editor/src/render/components/FormEditor.js#L298
React Hook useEffect has a missing dependency: 'eventBus'. Either include it or remove the dependency array
Build (windows-latest, 16): packages/form-js-editor/src/render/components/FormEditor.js#L375
React Hook useEffect has a missing dependency: 'eventBus'. Either include it or remove the dependency array
Build (windows-latest, 16): packages/form-js-editor/src/render/hooks/useDebounce.js#L15
React Hook useMemo was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Build (windows-latest, 16): packages/form-js-editor/src/render/hooks/useDebounce.js#L15
React Hook useMemo has missing dependencies: 'debounce' and 'fn'. Either include them or remove the dependency array
Build (windows-latest, 16): packages/form-js-playground/src/components/PlaygroundRoot.js#L66
React Hook useEffect contains a call to 'setInitialSchema'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [props] as a second argument to the useEffect Hook
Build (windows-latest, 16): packages/form-js-playground/src/components/PlaygroundRoot.js#L170
React Hook useEffect has missing dependencies: 'data', 'editorAdditionalModules', 'editorProperties', 'emit', 'exporterConfig', 'resultData', 'viewerAdditionalModules', and 'viewerProperties'. Either include them or remove the dependency array
Build (windows-latest, 16): packages/form-js-playground/src/components/PlaygroundRoot.js#L203
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
Build (windows-latest, 16): packages/form-js-viewer/src/render/Renderer.js#L37
React Hook useCallback has an unnecessary dependency: 'form'. Either exclude it or remove the dependency array. Outer scope values like 'form' aren't valid dependencies because mutating them doesn't re-render the component
Build (macos-latest, 16): packages/form-js-editor/src/features/render-injection/slot-fill/SlotFillRoot.js#L17
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
Build (macos-latest, 16): packages/form-js-editor/src/render/components/FormEditor.js#L102
React Hook useEffect has missing dependencies: 'eventBus' and 'scrollIntoView'. Either include them or remove the dependency array
Build (macos-latest, 16): packages/form-js-editor/src/render/components/FormEditor.js#L298
React Hook useEffect has a missing dependency: 'eventBus'. Either include it or remove the dependency array
Build (macos-latest, 16): packages/form-js-editor/src/render/components/FormEditor.js#L375
React Hook useEffect has a missing dependency: 'eventBus'. Either include it or remove the dependency array
Build (macos-latest, 16): packages/form-js-editor/src/render/hooks/useDebounce.js#L15
React Hook useMemo was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Build (macos-latest, 16): packages/form-js-editor/src/render/hooks/useDebounce.js#L15
React Hook useMemo has missing dependencies: 'debounce' and 'fn'. Either include them or remove the dependency array
Build (macos-latest, 16): packages/form-js-playground/src/components/PlaygroundRoot.js#L66
React Hook useEffect contains a call to 'setInitialSchema'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [props] as a second argument to the useEffect Hook
Build (macos-latest, 16): packages/form-js-playground/src/components/PlaygroundRoot.js#L170
React Hook useEffect has missing dependencies: 'data', 'editorAdditionalModules', 'editorProperties', 'emit', 'exporterConfig', 'resultData', 'viewerAdditionalModules', and 'viewerProperties'. Either include them or remove the dependency array
Build (macos-latest, 16): packages/form-js-playground/src/components/PlaygroundRoot.js#L203
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
Build (macos-latest, 16): packages/form-js-viewer/src/render/Renderer.js#L37
React Hook useCallback has an unnecessary dependency: 'form'. Either exclude it or remove the dependency array. Outer scope values like 'form' aren't valid dependencies because mutating them doesn't re-render the component