Skip to content

Commit 20b7e6d

Browse files
committed
chore: comments
1 parent c741854 commit 20b7e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/shared.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export interface _ResolveRejectFn {
282282
export function isSSR(): boolean {
283283
return (
284284
!!inject(ssrContextKey, null) ||
285-
//
285+
// in case the function is called outside of a composable
286286
// @ts-expect-error
287287
import.meta.env?.SSR
288288
)

0 commit comments

Comments
 (0)