We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefed78 commit ac4bbb1Copy full SHA for ac4bbb1
packages/qwik-router/src/runtime/src/view-transition.tsx
@@ -38,7 +38,7 @@ export const startViewTransition = (params: StartViewTransitionOptions) => {
38
// Fallback for Chrome 111 until Chrome 125
39
transition = (document as DocumentViewTransition).startViewTransition(params.update);
40
}
41
- const event = new CustomEvent('qviewTransition', { detail: transition });
+ const event = new CustomEvent('qviewtransition', { detail: transition });
42
document.dispatchEvent(event);
43
return transition;
44
} else {
0 commit comments