qefeng

Results 4 comments of qefeng

I found this feature when run code in node environment using [node esm](https://nodejs.org/api/esm.html#esm_modules_ecmascript_modules). I believe that node doesn't take this as a default behavior. In the API document (#esm_differences_between_es_modules_and_commonjs): >...

I reckon this issue is related to the implementation of `components/Form/promisify.ts` which implemented first default function parameter wrongly. ``` function promisify(fn: (...args: any[]) => any): () => Promise { return...

Is there any update now?