barelyhuman / barelyhuman/preact-island-plugins
Text Content being duplicated
Open
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.