Skip to content

feat(24143): add ui mapping to adapters #2076

feat(24143): add ui mapping to adapters

feat(24143): add ui mapping to adapters #2076

Triggered via push July 19, 2024 10:17
Status Failure
Total duration 1m 26s
Artifacts

frontend-cli.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
build_production
Module '"@/modules/ProtocolAdapters/utils/uiSchema.utils.ts"' has no exported member 'adapterJSFFields'.
build_production
Process completed with exit code 1.
lint
Process completed with exit code 1.
lint: hivemq-edge/src/frontend/src/components/rjsf/Fields/CompactArrayField.tsx#L86
The 'onHandleAdd' function makes the dependencies of useMemo Hook (at line 133) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'onHandleAdd' in its own useCallback() Hook