barelyhuman / barelyhuman/preact-island-plugins

Text Content being duplicated

Open
#4 2 comments 0 reactions 1 assignee Claimed by @barelyhuman View on GitHub
bug
Dominant language
JavaScript
Stars
19
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Any island tree being constructed inside a textContent based DOM Node get's replicated.

Example:
```js

const HelloIsland = ()=>{
return

Hello


}

export const get = (ctx)=>{
return (
<>





);
}

```

Would end up creating multiple `

` and `p` tags

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.