Skip to content

Commit 9b30a2b

Browse files
committed
chore: removed comment
1 parent cd4903e commit 9b30a2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { config } from './config'
1010
import { flushPromises } from './utils/flushPromises'
1111
import { enableAutoUnmount, disableAutoUnmount } from './utils/autoUnmount'
1212

13-
// is __SSR__ avaialble? If so, preferable to use that?
1413
const isNode = typeof window === 'undefined'
1514
const renderToString = ( isNode ? _renderToString : null)
1615
export {

0 commit comments

Comments
 (0)