We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using a tree, passing items to it and when I re-render the component with new items, previous items are still cached.
items
There is some Suspense boundaries in my app. I think the current approach does not work well with Suspense.
I tried to dive in the code especially Document to see what's going on but I can't really find the issue.
Document
The tree should update when items change.
The tree render previous items.
No response
I don't have time to provide a good repro for this. But it's just a simple Tree, you pass items and you swap them to other items.
v1.5.0
Chrome
Mac OS
GitBook
The text was updated successfully, but these errors were encountered:
Possibly related #6182
Sorry, something went wrong.
No branches or pull requests
Provide a general summary of the issue here
I am using a tree, passing
items
to it and when I re-render the component with new items, previous items are still cached.There is some Suspense boundaries in my app. I think the current approach does not work well with Suspense.
I tried to dive in the code especially
Document
to see what's going on but I can't really find the issue.🤔 Expected Behavior?
The tree should update when
items
change.😯 Current Behavior
The tree render previous
items
.💁 Possible Solution
No response
🔦 Context
No response
🖥️ Steps to Reproduce
I don't have time to provide a good repro for this. But it's just a simple Tree, you pass items and you swap them to other items.
Version
v1.5.0
What browsers are you seeing the problem on?
Chrome
If other, please specify.
No response
What operating system are you using?
Mac OS
🧢 Your Company/Team
GitBook
🕷 Tracking Issue
No response
The text was updated successfully, but these errors were encountered: