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 e0dae9b commit 9d71302Copy full SHA for 9d71302
1 file changed
packages/solid-router/src/router.ts
@@ -791,7 +791,7 @@ export class Router<
791
if (
792
typeof window !== 'undefined' &&
793
'CSS' in window &&
794
- typeof window.CSS.supports === 'function'
+ typeof window.CSS?.supports === 'function'
795
) {
796
this.isViewTransitionTypesSupported = window.CSS.supports(
797
'selector(:active-view-transition-type(a)',
0 commit comments