-
Notifications
You must be signed in to change notification settings - Fork 640
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
Going to dependent crates then back makes the crate look like it depends on itself #306
Comments
This also happens with the back button:
Expected result: Crate page for itertools, listing permutohedron 0.1 as dependency. Tested in Firefox 45.0.2 and Chromium 50.0.2661.75. |
Just tried this and this still happens. Not sure how to fix it though. |
Back button works properly for me, but I still see the problem with OP's reproduction. |
the issue here is as follows: when we visit {
"crate_id":"either",
"id":186109,
"kind":"normal",
"req":"^1.0",
"target":null,
"version_id":49566
} when we click on the {
"crate_id":"itertools",
"id":186109,
"kind":"normal",
"optional":false,
"req":"^1.0",
"target":null,
"version_id":49566
} when we click the back button Ember Data will reuse the dependencies that it already downloaded for the tl;dr it seems wrong that the API is returning a different |
The text was updated successfully, but these errors were encountered: