Update Field Definitions #53
Annotations
10 errors and 1 warning
build (20.x):
src/components/Fields/BaseFieldEditor.tsx#L117
Type '{ label: string | undefined; helperText: string; required: boolean; annotation: boolean | { include: boolean; label: string; }; annotationLabel: string | true; uncertainty: boolean; uncertaintyLabel: string; condition: ConditionType | ... 1 more ... | undefined; persistent: boolean; displayParent: boolean; }' is not assignable to type 'StateType'.
|
build (20.x):
src/components/Fields/BaseFieldEditor.tsx#L124
Type '{ condition: ConditionType; label: string | undefined; helperText: string; required: boolean; annotation: boolean | { include: boolean; label: string; }; annotationLabel: string | true; uncertainty: boolean; uncertaintyLabel: string; persistent: boolean; displayParent: boolean; }' is not assignable to type 'StateType'.
|
build (20.x):
src/components/Fields/BaseFieldEditor.tsx#L127
Type '{ condition: null; label: string | undefined; helperText: string; required: boolean; annotation: boolean | { include: boolean; label: string; }; annotationLabel: string | true; uncertainty: boolean; uncertaintyLabel: string; persistent: boolean; displayParent: boolean; }' is not assignable to type 'StateType'.
|
build (20.x):
src/components/Fields/BaseFieldEditor.tsx#L181
Type 'boolean | { include: boolean; label: string; }' is not assignable to type 'boolean | undefined'.
|
build (20.x):
src/components/Fields/TextFieldEditor.tsx#L29
Type '(string | number | ValidationSchemaElement)[]' is not assignable to type '(string | number)[]'.
|
build (20.x):
src/state/uiSpec-reducer.ts#L65
Type instantiation is excessively deep and possibly infinite.
|
build (20.x):
src/state/uiSpec-reducer.ts#L170
Type 'string' is not assignable to type 'boolean | undefined'.
|
build (20.x):
src/test-notebook.ts#L52
Type 'string' is not assignable to type 'boolean | undefined'.
|
build (20.x):
src/test-notebook.ts#L83
Type 'string' is not assignable to type 'boolean | undefined'.
|
build (20.x):
src/test-notebook.ts#L121
Type 'string' is not assignable to type 'boolean | undefined'.
|
build (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|