Skip to content

[BUG] Child-parent links not displayed in files with no ID #329

@heraplem

Description

@heraplem

Describe the bug
If Node B is a child of Node A in a file that does not have an ID property, then a link from Node B to Node A will not be displayed.

What browser were you using?
Firefox

Additional context
I believe that the cause is this chunk of code in index.tsx:

if (!fileNode) {
  return []
}

This suggests that the behavior might be intentional, although I'm not sure what the rationale is.

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