Skip to content

Graph is missing. No edges #35

@msanfilippof

Description

@msanfilippof

I am using reselect@4 but there are still not arrows/edges in the graph.
Screenshot 2019-12-09 at 14 07 05

I manually checked the lib and works fine, I can output the:

[ { from: 'getEnv', to: 'getApiUrl' }, ... ]

but the window.__RESELECT_TOOLS__.selectorGraph() gives back edges: []

FYI, output and input in devtool are undefined.

My app works fine. I am doing this

    R.registerSelectors(selectors);
    R.selectorGraph();

Please let me know if I'm missing something

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