feat(components): Return if document is undefined
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export const getInitialDocument = () => typeof window === 'undefined' ? undefined : window.document
|
||||
Reference in New Issue
Block a user