Add @rjsf/validator-cfworker package (eval-free, draft 2020-12 validator option) #8617
ci.yml
on: pull_request
Matrix: build
Deploy playground and docs to GitHub Pages
0s
Annotations
10 warnings
|
typescript(restrict-template-expressions):
src/components/fields/ArrayField.tsx#L658
Invalid type used in template literal expression.
|
|
jsx-a11y(prefer-tag-over-role):
src/components/widgets/RatingWidget.tsx#L106
Prefer `input` over `role` attribute `radio`.
|
|
typescript(restrict-template-expressions):
src/schema/getDefaultFormState.ts#L830
Invalid type used in template literal expression.
|
|
typescript(restrict-template-expressions):
src/logUnsupportedDefaultForEnum.ts#L25
Invalid type used in template literal expression.
|
|
typescript(no-base-to-string):
src/logUnsupportedDefaultForEnum.ts#L25
'schema.default' may use Object's default stringification format ('[object Object]') when stringified.
|
|
typescript(restrict-template-expressions):
src/getWidget.tsx#L131
Invalid type used in template literal expression.
|
|
typescript(no-base-to-string):
src/enumOptionValueEncoder.ts#L32
'value' will use Object's default stringification format ('[object Object]') when stringified.
|
|
typescript(no-base-to-string):
src/optionsList.ts#L58
'value' may use Object's default stringification format ('[object Object]') when stringified.
|
|
typescript(no-base-to-string):
src/optionsList.ts#L58
'value' may use Object's default stringification format ('[object Object]') when stringified.
|
|
typescript(no-base-to-string):
src/optionsList.ts#L57
'value' may use Object's default stringification format ('[object Object]') when stringified.
|