You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rendering a component, sub hydrate-components are collected and added to the current page. Ideally, they should be processed after the entire HTML page is built. With the current code:
The page may include a hydrated component which is actually not on the page. For example, when Layout.svelte doesn't output templateHtml.
mountComponentsInHtml is applied to the same string multiple times.
The text was updated successfully, but these errors were encountered:
elderjs/src/utils/svelteComponent.ts
Line 39 in 6d2cd15
When rendering a component, sub hydrate-components are collected and added to the current page. Ideally, they should be processed after the entire HTML page is built. With the current code:
Layout.svelte
doesn't outputtemplateHtml
.mountComponentsInHtml
is applied to the same string multiple times.The text was updated successfully, but these errors were encountered: