Skip to content

Does not appear to handle multiple children properly #2

@dominicbarnes

Description

@dominicbarnes

Whenever I'm using this module, it never seems to get past the first child. For example:

export function render() {
  return (
    <ul>
      <li>1</li>
      <li>2</li>
      <li>3</li>
    </ul>
  );
}

I only get the <ul> and the first <li>. If I switch to dekujs/virtual-element, it works as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions