Skip to content

Commit

Permalink
test passing
Browse files Browse the repository at this point in the history
  • Loading branch information
martypdx committed Mar 29, 2024
1 parent abbaf94 commit 3260c0a
Show file tree
Hide file tree
Showing 9 changed files with 306 additions and 276 deletions.
5 changes: 5 additions & 0 deletions packages/maya/compose/compose.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ export function compose(anchor, input, keepLast, props, slottable) {
const isRenderObject = obj => obj && typeof obj === 'object' && obj.render && typeof obj.render === 'function';

export function composeComponent(anchor, [Constructor, props, slottable]) {
// if(anchor.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {
// const fragment = anchor;
// anchor = document.createComment('0');
// fragment.appen
// }
create(Constructor, props, slottable, anchor);
}

Expand Down
Loading

0 comments on commit 3260c0a

Please sign in to comment.