We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c400f commit e527232Copy full SHA for e527232
packages/sync-host/src/index.ts
@@ -96,6 +96,7 @@ export class HostSync extends Sync {
96
case trackingMode.hash:
97
return removeHash(new URL(super.getState(), location.origin).hash);
98
case trackingMode.disabled:
99
+ return '';
100
case trackingMode.full:
101
case trackingMode.slave:
102
return super.getState();
0 commit comments