Skip to content

Commit

Permalink
Fix production builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Jan 11, 2023
1 parent 06e695b commit 2c55863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-runtime/src/container/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const openPortal = (
to: ['app', toApp, toPortal].filter(Boolean).join('.'),
from: ['app', applicationId, toPortal, order].filter(Boolean).join('.'),
order: order,
content: () => components.map(h)
content: () => components.map(c => h(c))
})
}

Expand Down

0 comments on commit 2c55863

Please sign in to comment.