We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4af69 commit 831a480Copy full SHA for 831a480
src/lib/SchemaForm.svelte
@@ -34,7 +34,7 @@
34
export let components: Record<string, new (...args: any[]) => any> = {};
35
export let componentContext: Record<string, unknown> = {};
36
37
- $: resolvedSchema = resolveRefs(schema, schema)
+ $: resolvedSchema = resolveRefs(schema, schema) as any
38
const dispatch = createEventDispatcher();
39
40
let validationErrors = {} as ValidationErrors;
0 commit comments