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
refactor(entity_details): improve redirect path handling and update limit reached logic
- Replace direct access to routerDelegate with GoRouter.of() for better null safety
- Add null checks before accessing routerDelegate to prevent potential crashes
- Add comments to clarify the early return pattern for limit reached scenarios
0 commit comments