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

React-cache sometimes falls into infinite loop #193

Open
szogun1987 opened this issue Apr 8, 2022 · 0 comments
Open

React-cache sometimes falls into infinite loop #193

szogun1987 opened this issue Apr 8, 2022 · 0 comments

Comments

@szogun1987
Copy link
Contributor

Describe the bug
An application that uses cache sometimes freezes,

To Reproduce
Steps to reproduce the behavior:

  1. Create a component that uses a cached value with the given key
  2. Create another component that uses a cached value with the same key
  3. Remove the second component from the components tree
  4. Write a new value for the watched key
  5. Application freezes

Expected behavior
The remaining component should be refreshed,

Screenshots
None

Desktop (please complete the following information):

  • OS: found on Windows and Mac
  • Browser: found on Edge, Chrome, Safari and Firefox
  • Version: pretty current

Smartphone (please complete the following information):
Not tested on mobile

Additional context
PR is already prepared

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

1 participant