-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graph is missing. No edges #35
Comments
Hmmm. Well, if edges is empty then there won't be any arrows. But it looks like the from/to you posted is an edge? How did you produce that? |
I have the same issue |
@skortchmark9 I have some selectors that are exported as this
|
I'm running into the same issue. This even happens when I copy/paste the example in the docs: |
Upgrading from reselect v3 to v4 fixed it: "Output" is still |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
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
The text was updated successfully, but these errors were encountered: