Harrison Hsieh

Results 1 comments of Harrison Hsieh

A quick workaround I did was to just add define the property as null. In `node_modules/@remix-run/node/dist/upload/fileUploadHandler.d.ts` you can just add the property `prototype: null`. The class ends up looking something...