Skip to content

Commit eb73bef

Browse files
linting
1 parent 767fefc commit eb73bef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

knip.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ const config: KnipConfig = {
3232
'eslint-plugin-jsx-a11y',
3333
'eslint-plugin-react',
3434
'react-server-dom-webpack',
35+
'cross-fetch',
36+
'jsdom',
37+
'react-18',
38+
'react-dom-18',
3539
],
3640
},
3741
'spec/dummy': {

node_package/src/streamServerRenderedReactComponent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const streamRenderReactComponent = (reactRenderingResult: ReactElement, options:
105105
return readableStream;
106106
}
107107

108-
export type StreamRenderer<T, P extends RenderParams> = (
108+
type StreamRenderer<T, P extends RenderParams> = (
109109
reactElement: ReactElement,
110110
options: P,
111111
) => T;

0 commit comments

Comments
 (0)