Skip to content

using sink.appendToBody breaks fastrender #23

@macrozone

Description

@macrozone

reproduction:

FastRender.onPageLoad(async sink => {
    sink.appendToBody('<p>test</p>');
})

will result in [object Object]<p>test</p> instead of <script type="text/inject-data">%7B%22fast-render-data....><p>test</p>

The problem is probably in inject-data

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