Skip to content

In solidoc\helpers\documentation-helper.js: contents has no function split() #1

@jwasys

Description

@jwasys

The structure of contents changed, now the contents are in contents['text'] instead of contents

difff:

--- contents = contents['text'] || "";
+++ if (contents == undefined)
+++ contents = "";
+++ else
+++ contents = contents['text'] || "";

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