Skip to content

Text Content being duplicated #4

@barelyhuman

Description

@barelyhuman

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions