We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3fb67d commit b0d022fCopy full SHA for b0d022f
src/renderStream/createRenderStream.tsx
@@ -2,7 +2,10 @@ import * as React from 'rehackt'
2
3
import {type RenderOptions} from '@testing-library/react/pure.js'
4
import {Assertable, markAssertable} from '../assertable.js'
5
-import {renderWithoutAct, RenderWithoutActAsync} from '../renderWithoutAct.js'
+import {
6
+ renderWithoutAct,
7
+ type RenderWithoutActAsync,
8
+} from '../renderWithoutAct.js'
9
import {RenderInstance, type Render, type BaseRender} from './Render.js'
10
import {type RenderStreamContextValue} from './context.js'
11
import {RenderStreamContextProvider} from './context.js'
0 commit comments