Skip to content

breaks on 10.0.0-alpha.* #18

Description

@shirotech

This is due to how render doesn't append new dom anymore if it's being rendered already, also this.props.children is not always an array. I had a go at fixing it by doing some workaround like:

this.remote = this.props.into.appendChild(document.createElement('div'));

But then I don't know Preact well enough to render directly into that remote, render will render inside the div only. Not the current behaviour.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions