- Fixed #1069 by adding support for Quantity Max and Min value extens… #414
Annotations
10 errors and 11 warnings
|
|
|
|
|
Run linter:
packages/smart-forms-renderer/src/hooks/useValidationFeedback.ts#L101
Replace `⏎····invalidType·===·ValidationResult.minQuantityValue·&&⏎····(typeof·minQuantityValue·===·'number')⏎··` with `invalidType·===·ValidationResult.minQuantityValue·&&·typeof·minQuantityValue·===·'number'`
|
|
Run linter:
packages/smart-forms-renderer/src/hooks/useValidationFeedback.ts#L106
Replace `minQuantityFeedback·??·`Input·is·lower·than·the·expected·minimum·quantity·value·of·${minQuantityValue}.`` with `(⏎······minQuantityFeedback·??⏎······`Input·is·lower·than·the·expected·minimum·quantity·value·of·${minQuantityValue}.`⏎····)`
|
Run linter:
packages/smart-forms-renderer/src/hooks/useValidationFeedback.ts#L109
Replace `⏎····invalidType·===·ValidationResult.maxQuantityValue·&&⏎····(typeof·maxQuantityValue·===·'number')⏎··` with `invalidType·===·ValidationResult.maxQuantityValue·&&·typeof·maxQuantityValue·===·'number'`
|
|
Run linter:
apps/demo-renderer-app/src/components/FormViewer.tsx#L76
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Run linter:
apps/demo-renderer-app/src/components/LhcFormsRenderer.tsx#L29
Unexpected any. Specify a different type
|
Run linter:
apps/demo-renderer-app/src/components/LhcFormsRenderer.tsx#L29
Unexpected any. Specify a different type
|
Run linter:
apps/demo-renderer-app/src/components/LhcFormsRenderer.tsx#L36
Unexpected any. Specify a different type
|
Run linter:
apps/demo-renderer-app/src/components/LhcFormsRenderer.tsx#L40
Unexpected any. Specify a different type
|
Run linter:
apps/demo-renderer-app/src/components/LhcFormsRenderer.tsx#L42
Unexpected any. Specify a different type
|
Run linter:
apps/demo-renderer-app/src/components/LhcFormsRenderer.tsx#L47
Unexpected any. Specify a different type
|
Run linter:
apps/demo-renderer-app/src/utils/fetchResource.ts#L45
Unexpected any. Specify a different type
|
Run linter:
apps/demo-renderer-app/src/utils/fetchResource.ts#L49
Unexpected any. Specify a different type
|
Run linter:
apps/demo-renderer-app/src/utils/fetchResource.ts#L53
Unexpected any. Specify a different type
|
Use Node.js 16.x
Cache not found for keys: node-cache-Linux-x64-npm-8bc25f7ab211478bd39c7a15a34211fe94ba6b1fdf0b259591def0a84fe4a7a7
|
Loading