I am using reselect@4 but there are still not arrows/edges in the graph.

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
I am using

reselect@4but there are still not arrows/edges in the graph.I manually checked the lib and works fine, I can output the:
but the
window.__RESELECT_TOOLS__.selectorGraph()gives backedges: []FYI, output and input in devtool are undefined.
My app works fine. I am doing this
Please let me know if I'm missing something