Skip to content

Bug: the __index__ field is not added at the right time #35

@severo

Description

@severo

See

if (!('__index__' in wrapped) && '__index__' in row && typeof row.__index__ === 'number') {

The __index__ field is added too late. It's not in the async rows, but added only when the rows resolve, which is useless.

It should be added above when wrapped is created, even if it later resolves to undefined.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions