Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not appear to handle multiple children properly #2

Open
dominicbarnes opened this issue Aug 5, 2015 · 0 comments
Open

Does not appear to handle multiple children properly #2

dominicbarnes opened this issue Aug 5, 2015 · 0 comments

Comments

@dominicbarnes
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant