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
fix(utils): add Dexie migration to clean up corrupted history entries
Add automatic database migration (v1 → v2) that removes history entries
containing "[object Object]" in the entityId field. This corruption was
caused by TanStack Router's location.search being an object that was
concatenated with strings in useNavigationEnhancements.ts (now fixed).
The migration runs automatically when the database is opened with the
new version, cleaning up any corrupted entries and logging the count.
0 commit comments