Remove this once either TypeScript or Next.js fixes this issue
|
// TODO: Remove this once either TypeScript or Next.js fixes this issue |
// TODO: Remove this once either TypeScript or Next.js fixes this issue
export function asyncComponentHack<T, R>(fn: (arg: T) => Promise<R>): (arg: T) => R {
return fn as (arg: T) => R
}
2d25b1d82ddfe9d4769578c692097e175064894d
Remove this once either TypeScript or Next.js fixes this issue
websites/apps/peer-review/utils/asyncComponentHack.ts
Line 1 in e7eff9b
2d25b1d82ddfe9d4769578c692097e175064894d