We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5316fd7 commit 496be91Copy full SHA for 496be91
packages/svelte-table/src/index.ts
@@ -55,7 +55,7 @@ export function flexRender(component: any, props: any) {
55
const result = component(props)
56
57
if (isSvelteComponent(result)) {
58
- return result
+ return renderComponent(result, props)
59
}
60
61
return wrapInPlaceholder(result)
0 commit comments