E:/zxdzWorkspace/education_web/src/components/form-input.tsx
TypeScript error in E:/zxdzWorkspace/education_web/src/components/form-input.tsx(32,8):
Type '{ children: never[]; className: string; value: any; onChange: (evt: any) => void; }' is not assignable to type 'IntrinsicAttributes & InputProps'.
Property 'children' does not exist on type 'IntrinsicAttributes & InputProps'. TS2322
E:/zxdzWorkspace/education_web/src/components/form-input.tsx TypeScript error in E:/zxdzWorkspace/education_web/src/components/form-input.tsx(32,8): Type '{ children: never[]; className: string; value: any; onChange: (evt: any) => void; }' is not assignable to type 'IntrinsicAttributes & InputProps'. Property 'children' does not exist on type 'IntrinsicAttributes & InputProps'. TS2322