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 cd4903e commit 9b30a2bCopy full SHA for 9b30a2b
src/index.ts
@@ -10,7 +10,6 @@ import { config } from './config'
10
import { flushPromises } from './utils/flushPromises'
11
import { enableAutoUnmount, disableAutoUnmount } from './utils/autoUnmount'
12
13
-// is __SSR__ avaialble? If so, preferable to use that?
14
const isNode = typeof window === 'undefined'
15
const renderToString = ( isNode ? _renderToString : null)
16
export {
0 commit comments