You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Tree component has both filter={true} and an onToggle callback, updates to the tree nodes are not shown in the next render. They are shown in the render after.
Describe the bug
When the Tree component has both filter={true} and an onToggle callback, updates to the tree nodes are not shown in the next render. They are shown in the render after.
Reproducer
https://stackblitz.com/edit/vitejs-vite-1nwcs2oq?file=src%2FApp.tsx
System Information
Steps to reproduce the behavior
Expected behavior
Clicking the button should change the node label immediately.