Skip to content

Bug; initFromData returns an array of array of OverType objects #93

@GregJohnStewart

Description

@GregJohnStewart

As the title describes, it looks like OverType.initFromData() returns an array of an array of OverType objects.... I can't imagine this is intentional?

Example:

let test = OverType.initFromData(...);

console.log("Test: ", test);
/* 
 * Test: [ [ {...} ] ]
 */ 

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