feat: create library form (TEMP) #420
Annotations
3 errors and 1 warning
tests:
src/library-authoring/create-library/CreateLibrary.jsx#L89
Type '{ name: string; label: Element; value: any; placeholder: any; help: any; }' is missing the following properties from type '{ [x: string]: any; name: any; label: any; help: any; className: any; controlClasses: any; }': className, controlClasses
|
tests:
src/library-authoring/create-library/CreateLibrary.jsx#L112
Type '{ name: string; label: Element; value: any; placeholder: any; help: any; }' is missing the following properties from type '{ [x: string]: any; name: any; label: any; help: any; className: any; controlClasses: any; }': className, controlClasses
|
tests
Process completed with exit code 2.
|
tests
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/.
|