Skip to content

breaks on 10.0.0-alpha.* #18

@shirotech

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.

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