Typescript - ReactJS - Property 'directory' does not exist on type definition
๐ Problem
When I try to upload a directory by using the input element with NextJS, ReactJS and TypeScript. A TypeScript error occurs:
Type '{ type: "file"; directory: string; multiple: true; webkitdirectory: string; }' is not assignable to type 'De...
loclv.hashnode.dev1 min read