Skip to content

Issues with history view functions #1483

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

Closed
ashwch opened this issue Jul 11, 2021 · 0 comments · Fixed by #1484
Closed

Issues with history view functions #1483

ashwch opened this issue Jul 11, 2021 · 0 comments · Fixed by #1484

Comments

@ashwch
Copy link
Contributor

ashwch commented Jul 11, 2021

I've been trying to use the history views in a SPA, and I've come across the following issues:

  • Refresh fails if DebugToolbar._store is still being updated in parallel as dict can't be mutated while iteration is happening on it.
  • Switch functionality doesn't work on rows loaded after refresh due to missing signature.
  • Old expired rows remain in FE and result in 500 error(history_sidebar) as the store_id is not present in DebugToolbar anymore

Please let me know if any of this is an intended behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant