Skip to content

feat: Add table component to viewer #5490

feat: Add table component to viewer

feat: Add table component to viewer #5490

Triggered via push November 29, 2023 19:27
Status Success
Total duration 8m 43s
Artifacts

CI.yml

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

Annotations

30 warnings
Build (ubuntu-20.04, 20): 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, 20): packages/form-js-editor/src/render/components/FormEditor.js#L118
React Hook useEffect has missing dependencies: 'eventBus' and 'scrollIntoView'. Either include them or remove the dependency array
Build (ubuntu-20.04, 20): packages/form-js-editor/src/render/components/FormEditor.js#L330
React Hook useEffect has a missing dependency: 'eventBus'. Either include it or remove the dependency array
Build (ubuntu-20.04, 20): packages/form-js-editor/src/render/components/FormEditor.js#L408
React Hook useEffect has a missing dependency: 'eventBus'. Either include it or remove the dependency array
Build (ubuntu-20.04, 20): packages/form-js-editor/src/render/components/FormEditor.js#L569
React Hook useEffect has a missing dependency: 'handleCloned'. Either include it or remove the dependency array
Build (ubuntu-20.04, 20): 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, 20): 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, 20): packages/form-js-playground/src/components/PlaygroundRoot.js#L68
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, 20): packages/form-js-playground/src/components/PlaygroundRoot.js#L204
React Hook useEffect has missing dependencies: 'additionalModules', 'data', 'editorAdditionalModules', 'editorProperties', 'emit', 'exporterConfig', 'propertiesPanelConfig', 'resultData', 'viewerAdditionalModules', and 'viewerProperties'. Either include them or remove the dependency array
Build (ubuntu-20.04, 20): packages/form-js-playground/src/components/PlaygroundRoot.js#L237
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, 20): 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, 20): packages/form-js-editor/src/render/components/FormEditor.js#L118
React Hook useEffect has missing dependencies: 'eventBus' and 'scrollIntoView'. Either include them or remove the dependency array
Build (windows-latest, 20): packages/form-js-editor/src/render/components/FormEditor.js#L330
React Hook useEffect has a missing dependency: 'eventBus'. Either include it or remove the dependency array
Build (windows-latest, 20): packages/form-js-editor/src/render/components/FormEditor.js#L408
React Hook useEffect has a missing dependency: 'eventBus'. Either include it or remove the dependency array
Build (windows-latest, 20): packages/form-js-editor/src/render/components/FormEditor.js#L569
React Hook useEffect has a missing dependency: 'handleCloned'. Either include it or remove the dependency array
Build (windows-latest, 20): 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, 20): 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, 20): packages/form-js-playground/src/components/PlaygroundRoot.js#L68
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, 20): packages/form-js-playground/src/components/PlaygroundRoot.js#L204
React Hook useEffect has missing dependencies: 'additionalModules', 'data', 'editorAdditionalModules', 'editorProperties', 'emit', 'exporterConfig', 'propertiesPanelConfig', 'resultData', 'viewerAdditionalModules', and 'viewerProperties'. Either include them or remove the dependency array
Build (windows-latest, 20): packages/form-js-playground/src/components/PlaygroundRoot.js#L237
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, 20): 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, 20): packages/form-js-editor/src/render/components/FormEditor.js#L118
React Hook useEffect has missing dependencies: 'eventBus' and 'scrollIntoView'. Either include them or remove the dependency array
Build (macos-latest, 20): packages/form-js-editor/src/render/components/FormEditor.js#L330
React Hook useEffect has a missing dependency: 'eventBus'. Either include it or remove the dependency array
Build (macos-latest, 20): packages/form-js-editor/src/render/components/FormEditor.js#L408
React Hook useEffect has a missing dependency: 'eventBus'. Either include it or remove the dependency array
Build (macos-latest, 20): packages/form-js-editor/src/render/components/FormEditor.js#L569
React Hook useEffect has a missing dependency: 'handleCloned'. Either include it or remove the dependency array
Build (macos-latest, 20): 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, 20): 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, 20): packages/form-js-playground/src/components/PlaygroundRoot.js#L68
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, 20): packages/form-js-playground/src/components/PlaygroundRoot.js#L204
React Hook useEffect has missing dependencies: 'additionalModules', 'data', 'editorAdditionalModules', 'editorProperties', 'emit', 'exporterConfig', 'propertiesPanelConfig', 'resultData', 'viewerAdditionalModules', and 'viewerProperties'. Either include them or remove the dependency array
Build (macos-latest, 20): packages/form-js-playground/src/components/PlaygroundRoot.js#L237
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