Describe the bug
const [{ data, pageCount }, roleCount] = use(promises);
console.log(roleCount);
After I update a user’s role, the console.log(roleCount) shows the updated result.
However, the Toolbar Filter UI does not re-render with the new roleCount value.
How to reproduce
Link to reproduction
Additional information
No response
Describe the bug
After I update a user’s role, the console.log(roleCount) shows the updated result.
However, the Toolbar Filter UI does not re-render with the new roleCount value.
How to reproduce
Link to reproduction
Additional information
No response