unimal-jp / spear

The spear OSS repository
https://late-cloud-6411.spearly.app
MIT License
10 stars 1 forks source link

🐛 Spear drop sibling childe node. #118

Open mantaroh opened 1 year ago

mantaroh commented 1 year ago

Describe the bug

Spear might drop the second child node if component has multiple node on top like bellow:

<div>hello first paragraph</div>
<div>hello second paragraph</div>

The second sibling node has dropped.

To Reproduce Steps to reproduce the behavior:

  1. Create the component that has sibling node.
  2. Specify (1) node in html file.

Expected behavior

All of sibling should be included.