Skip to content

Issue on dynamic Schema in arrays #106

Closed
@KiSchulte

Description

@KiSchulte

I tried to integrate a dynamic schema on an array property and wasn't successful.
Was breaking at this line. Seems that there is a prototype for equals() missing, as the error was equals() is not a function. I'm not sure why this function is necessary here, or what the prototype function was.
I exchanged the line by
if (element === "#") {
which is working fine.

if (element.equals("#")) {

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