@cloudparker/moldex.js 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -179,7 +179,7 @@ function handleKeyDown(event) {
|
|
|
179
179
|
{:else if bodyChildren}
|
|
180
180
|
{@render bodyChildren(dialogExports)}
|
|
181
181
|
{:else if Component?.length == 2}
|
|
182
|
-
<Component ...componetProps ...dialogExports />
|
|
182
|
+
<Component ...{...componetProps} ...{...dialogExports} />
|
|
183
183
|
{/if}
|
|
184
184
|
</div>
|
|
185
185
|
|