Skip to content

added method-style rule for eslint #273

added method-style rule for eslint

added method-style rule for eslint #273

Triggered via pull request May 31, 2024 15:10
Status Failure
Total duration 2m 24s
Artifacts

test.yml

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

Annotations

5 errors
Tests (18.x)
Type '{ value: RuntimeConfigParamValue; id: string; name: string; onChange: (_event: ChangeEvent<unknown> | null, newValue: string | number | boolean) => void; }' is not assignable to type 'NumberInputParamProps'.
Tests (18.x)
Type '{ value: RuntimeConfigParamValue; id: string; name: string; onChange: (_event: ChangeEvent<unknown> | null, newValue: string | number | boolean) => void; }' is not assignable to type 'InputParamProps'.
Tests (18.x)
Type '{ value: RuntimeConfigParamValue; id: string; name: string; onChange: (_event: ChangeEvent<unknown> | null, newValue: string | number | boolean) => void; }' is not assignable to type 'InputParamProps'.
Tests (18.x)
Type '{ value: RuntimeConfigParamValue; id: string; name: string; onChange: (_event: ChangeEvent<unknown> | null, newValue: string | number | boolean) => void; isFloat: true; }' is not assignable to type 'NumberInputParamProps'.
Tests (18.x)
Process completed with exit code 1.