Skip to content
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

Issues using rejected & pending promises as values in viewof cells #569

Open
joshuahhh opened this issue Apr 17, 2023 · 1 comment
Open

Comments

@joshuahhh
Copy link

Describe the bug

Please see https://observablehq.com/d/137b4f7f2697819b for a walkthrough of the problem.

To summarize: If you set .value of a viewof cell to a rejected promise, or a hang-forever promise, and then you set it back to a normal value, the normal value is ignored and the error / pending status remains.

To Reproduce
Please see https://observablehq.com/d/137b4f7f2697819b for a reproduction.

Expected behavior
I would expect setting a new value for .value to override the old value. This would be in line with the way Observable's runtime works for derived values returning rejected or pending promises, as I show in the linked notebook.

Screenshots
N/A.

Desktop (please complete the following information):

  • Mac 13.3
  • Chrome 112

Additional context
Thanks a bunch!

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

No branches or pull requests

2 participants