Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: error after view is left idle on edit views (#9709)
### What? ![CleanShot 2024-12-03 at 15 00 13](https://github.com/user-attachments/assets/63afb1cf-59ae-4ae7-8741-c98cca0134df) ### Why? `user.id` was being used as a dependency is callbacks and when the user was logged out due to inactivity the above error would throw. ### How? Added optional chaining to the dependency.
- Loading branch information