Skip to content

Reflection on array child missing key property #19

@appy-one

Description

@appy-one

Reflection on an Array value's child misses the key property, but it should contain the parent array's index

const info = await db.ref('some/array[2]').reflect('info');
console.log(info.key); // Should be 2, but is undefined

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions