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
Improve key generation logic in swapComponent to ensure unique keys when navigating between pages.
This fixes the failing tests by:
- Using timestamp + random number for non-preserved state
- Maintaining explicit handling of KeepAliveId
- Ensuring consistent behavior with preserveState
0 commit comments