Skip to content

Add example for custom data object listings #44

Add example for custom data object listings

Add example for custom data object listings #44

Triggered via pull request November 19, 2025 13:30
@vin0401vin0401
opened #16
Status Failure
Total duration 1m 35s
Artifacts

studio-frontend-build.yaml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

7 errors
lint
Process completed with exit code 1.
lint: assets/js/src/examples/listings/modules/custom-data-object-listing.tsx#L67
Always prefer const x: T = { ... }
lint: assets/js/src/examples/listings/components/custom-listing/decorator/pql-filter/with-pql-filter-query.tsx#L20
Unexpected any value in conditional. An explicit comparison or type cast is required
lint: assets/js/src/examples/listings/components/custom-listing/decorator/pql-filter/provider/pql-filter-provider.tsx#L27
Unexpected nullable object value in conditional. An explicit null check is required
lint: assets/js/src/examples/listings/components/custom-listing/decorator/pql-filter/provider/pql-filter-provider.tsx#L18
The object passed as the value prop to the Context provider (at line 18) changes every render. To fix this consider wrapping it in a useMemo hook