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

[cards] bug fix with error card renders #1893

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

valayDave
Copy link
Collaborator

  • Error cards didn't contain a reload token replacement because of which the UI keeps trying to poll for new cards.
  • This is not the best situation because the UI will keep refreshing the card constantly until the UI catches hold of the card.
  • The UI changes will obviously follow for situations where a data update might be published but a card doesn't end up getting saved because of some data store issue; This PR will fix the bug and ensures that if a error card gets created instead of an expected card then the UI still gets the right reload token.

- Error cards didn't contain a reload token replacement because of which the UI keeps trying to poll for new cards.
- This is not the best situation because the UI will keep refreshing the card constantly until the UI catches hold of the card.
- The UI changes will obviously follow for situations where a data update might be published but a card doesn't end up getting saved because of some data store issue; This PR will fix the bug and ensures that if a error card gets created instead of an expected card then the UI still gets the right reload token.
@valayDave valayDave marked this pull request as ready for review June 20, 2024 18:00
@savingoyal savingoyal merged commit a014961 into Netflix:master Jun 20, 2024
26 checks passed
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 this pull request may close these issues.

2 participants