Commit 59081a2a authored by nanahira's avatar nanahira

still problematic

parent 07284b20
......@@ -84,7 +84,7 @@ function resolvePropertySchemaFromOptions<PT>(
if (schema[RefSym]) {
return resolvePropertySchemaFromOptions({
...options,
type: (schema as SchemaReference<PT>).factory(),
type: resolveSchemaReference(schema as SchemaReference),
});
}
return schema as Schema<PT>;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment