-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Any island tree being constructed inside a textContent based DOM Node get's replicated.
Example:
const HelloIsland = ()=>{
return <h1>Hello</h1>
}
export const get = (ctx)=>{
return (
<>
<p>
<HelloIsland />
</p>
</>
);
}Would end up creating multiple <h1> and p tags
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working