This commit is contained in:
dswbx
2025-06-21 17:05:27 +02:00
parent 42edce904f
commit 6e78a4c238
37 changed files with 215 additions and 125 deletions
+1 -2
View File
@@ -17,8 +17,7 @@ export type TaskResult<Output = any> = {
export type TaskRenderProps<T extends Task = Task> = any;
// @todo: CURRENT WORKAROUND
export const dynamic = <S extends s.Schema>(a: S, b?: any) => null as unknown as S;
export const dynamic = <S extends s.Schema>(a: S, b?: any) => a;
/* export function dynamic<Type extends TSchema>(
type: Type,